mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 08:18:51 -05:00
* Typo fix.
This commit is contained in:
parent
40855b48fe
commit
79ecbd82bd
@ -64,7 +64,7 @@ static void query_fileowner(pmdb_t *db, char *filename)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(S_ISDIR(buf.st_mode)) {
|
if(S_ISDIR(buf.st_mode)) {
|
||||||
ERR(NL, _("can not determine ownership of a directory"));
|
ERR(NL, _("cannot determine ownership of a directory"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user