aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-10 06:21:46 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-10 06:21:46 +0000
commit3a22120c45757f4e034f1c1afb90c5fc406fe111 (patch)
tree4aeeedb059a379629b9a279bc90025a5960c94b3 /libsbutil/src
parentlibsandbox: also handle lutimes() (diff)
downloadsandbox-3a22120c45757f4e034f1c1afb90c5fc406fe111.tar.gz
sandbox-3a22120c45757f4e034f1c1afb90c5fc406fe111.tar.bz2
sandbox-3a22120c45757f4e034f1c1afb90c5fc406fe111.zip
fix grammar: do not exist -> does not exist
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsbutil/src')
-rw-r--r--libsbutil/src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsbutil/src/config.c b/libsbutil/src/config.c
index 664ec2a..a0cfb42 100644
--- a/libsbutil/src/config.c
+++ b/libsbutil/src/config.c
@@ -32,7 +32,7 @@ rc_get_cnf_entry (const char *pathname, const char *entry, const char *sep)
if (!rc_is_file (pathname, TRUE))
{
rc_errno_set (ENOENT);
- DBG_MSG ("'%s' is not a file or do not exist!\n", pathname);
+ DBG_MSG ("'%s' is not a file or does not exist!\n", pathname);
return NULL;
}