summaryrefslogtreecommitdiff
path: root/src/knot/other/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/knot/other/error.c')
-rw-r--r--src/knot/other/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot/other/error.c b/src/knot/other/error.c
index 0ab7568..70c84a3 100644
--- a/src/knot/other/error.c
+++ b/src/knot/other/error.c
@@ -26,7 +26,7 @@ const error_table_t knotd_error_msgs[] = {
{KNOTD_ENOTSUP, "Parameter not supported."},
{KNOTD_EBUSY, "Requested resource is busy."},
{KNOTD_EAGAIN, "The system lacked the necessary resource, try again."},
- {KNOTD_EACCES, "Permission to perform requested operation is denied."},
+ {KNOTD_EACCES, "Operation not permitted."},
{KNOTD_ECONNREFUSED, "Connection refused."},
{KNOTD_EISCONN, "Already connected."},
{KNOTD_EADDRINUSE, "Address already in use."},