diff options
author | jlam <jlam@pkgsrc.org> | 2006-08-03 14:02:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-08-03 14:02:58 +0000 |
commit | f3381a11155d3fb61d63d503070a71e069e94a12 (patch) | |
tree | 00b2d4b89a27b4407c0d93bf0a7dd58c69d0f472 /mk/fetch | |
parent | a4ae855f99fc942847a7b76133b9d5b830b356da (diff) | |
download | pkgsrc-f3381a11155d3fb61d63d503070a71e069e94a12.tar.gz |
Typo in comment.
Diffstat (limited to 'mk/fetch')
-rwxr-xr-x | mk/fetch/fetch | 4 |
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. # |