1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 08:18:51 -05:00

* Typo fix.

This commit is contained in:
Dan McGee 2007-03-21 03:38:43 +00:00
parent 40855b48fe
commit 79ecbd82bd

View File

@ -64,7 +64,7 @@ static void query_fileowner(pmdb_t *db, char *filename)
}
if(S_ISDIR(buf.st_mode)) {
ERR(NL, _("can not determine ownership of a directory"));
ERR(NL, _("cannot determine ownership of a directory"));
return;
}