mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
fix a typo
This commit is contained in:
parent
deb6b2e3a7
commit
9d8569584e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue