fix a typo

This commit is contained in:
Bill Currie 2003-09-12 17:14:39 +00:00
parent deb6b2e3a7
commit 9d8569584e

View file

@ -194,7 +194,7 @@ main (int argc, char **argv)
while (optind < argc) {
pf = pack_find_file (pack, argv[optind]);
if (!pf) {
fprintf (stderr, "could not file %s\n", argv[optind]);
fprintf (stderr, "could not find %s\n", argv[optind]);
continue;
}
if (options.verbosity > 0)