aboutsummaryrefslogtreecommitdiff
path: root/src/acl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-01-10 22:51:41 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-01-10 22:51:41 +0200
commit2040ea870ae411472a73d0bee49fb7c4a774ad93 (patch)
treec08728998ffc749c5f830096a614fe7a509b68d4 /src/acl.c
parent31b05ff79914a6903bda172af9580afc394e9271 (diff)
downloadpies-2040ea870ae411472a73d0bee49fb7c4a774ad93.tar.gz
pies-2040ea870ae411472a73d0bee49fb7c4a774ad93.tar.bz2
Minor changes in message wording
Diffstat (limited to 'src/acl.c')
-rw-r--r--src/acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acl.c b/src/acl.c
index 412f3ac..a96eb77 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -749,7 +749,7 @@ pies_acl_install (pies_acl_t acl)
if (!ret)
{
- logmsg (LOG_ERR, _("cannot install acl: %s"), strerror (errno));
+ logmsg (LOG_ERR, _("cannot install ACL: %s"), strerror (errno));
exit (1);
}

Return to:

Send suggestions and report system problems to the System administrator.