summaryrefslogtreecommitdiffstats
path: root/usr.bin/gzip
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-01-31 07:13:25 +0000
committerdelphij <delphij@FreeBSD.org>2007-01-31 07:13:25 +0000
commit2f4ffd4b4f6cd347c06fde3d3c3f2ec2341dbe4d (patch)
treeee0248cea8f25d9b24b480ed067d1fb88f5209e9 /usr.bin/gzip
parent3e7f000e8acfbe20fcd80a26fb4ad8312d09615b (diff)
downloadFreeBSD-src-2f4ffd4b4f6cd347c06fde3d3c3f2ec2341dbe4d.zip
FreeBSD-src-2f4ffd4b4f6cd347c06fde3d3c3f2ec2341dbe4d.tar.gz
Fix typo.
Obtained from: DragonFly
Diffstat (limited to 'usr.bin/gzip')
-rw-r--r--usr.bin/gzip/gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c
index 7a39696..6f202c7 100644
--- a/usr.bin/gzip/gzip.c
+++ b/usr.bin/gzip/gzip.c
@@ -1122,7 +1122,7 @@ check_outfile(const char *outfile)
"overwrite (y or n)? " , outfile);
(void)fgets(ans, sizeof(ans) - 1, stdin);
if (ans[0] != 'y' && ans[0] != 'Y') {
- fprintf(stderr, "\tnot overwritting\n");
+ fprintf(stderr, "\tnot overwriting\n");
ok = 0;
} else
unlink(outfile);
OpenPOWER on IntegriCloud