summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-21 04:38:43 +0100
committerDan McGee <dan@archlinux.org>2007-03-21 04:38:43 +0100
commit79ecbd82bd7055f4aa5d40ba6c701fcfe16717d6 (patch)
tree64553c22d0a911473052c4f4c8deb774b04e1f6d
parent40855b48fec2f54eb5c7783902233b16e2cce441 (diff)
downloadpacman-79ecbd82bd7055f4aa5d40ba6c701fcfe16717d6.tar.gz
pacman-79ecbd82bd7055f4aa5d40ba6c701fcfe16717d6.tar.xz
* Typo fix.
-rw-r--r--src/pacman/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/query.c b/src/pacman/query.c
index e7e9cf92..ec7d6066 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -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;
}