* Typo fix.
This commit is contained in:
parent
40855b48fe
commit
79ecbd82bd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue