aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 2608304..bdd5bc1 100644
--- a/common.h
+++ b/common.h
@@ -47,7 +47,7 @@ static const char *const WG_DYNAMIC_KEY[] = { ITEMS };
E(E_NO_ERROR, "Success") /* must be the first entry */ \
E(E_INVALID_REQ, "Invalid request") \
E(E_UNSUPP_PROTO, "Unsupported protocol") \
- E(E_IP_UNAVAIL, "Chosen IP unavailable")
+ E(E_IP_UNAVAIL, "Chosen IP(s) unavailable")
#define E(x, y) x,
enum wg_dynamic_err { ITEMS };