summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-08-03 14:02:58 +0000
committerjlam <jlam@pkgsrc.org>2006-08-03 14:02:58 +0000
commitf3381a11155d3fb61d63d503070a71e069e94a12 (patch)
tree00b2d4b89a27b4407c0d93bf0a7dd58c69d0f472 /mk
parenta4ae855f99fc942847a7b76133b9d5b830b356da (diff)
downloadpkgsrc-f3381a11155d3fb61d63d503070a71e069e94a12.tar.gz
Typo in comment.
Diffstat (limited to 'mk')
-rwxr-xr-xmk/fetch/fetch4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch/fetch b/mk/fetch/fetch
index 4a165d40969..034d1fd4b25 100755
--- a/mk/fetch/fetch
+++ b/mk/fetch/fetch
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: fetch,v 1.5 2006/07/20 13:31:08 joerg Exp $
+# $NetBSD: fetch,v 1.6 2006/08/03 14:02:58 jlam Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -58,7 +58,7 @@
# OPTIONS
# -c Verify the checksum for the file. If the checksum
# does not match, then the fetch is determined to be
-# not sucessful.
+# not successful.
#
# -d dir Fetch the files into the specified directory.
#