Fix typo.
Obtained from: DragonFly
This commit is contained in:
parent
37a5c137f0
commit
161c3dc4b0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user