summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index bae96a9e18..3e3a3f7d5c 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -47,7 +47,7 @@ typedef struct config_abbrev_t {
/* A list of command-line abbreviations. */
static config_abbrev_t config_abbrevs[] = {
PLURAL(ExitNode),
- PLURAL(EntryNodes),
+ PLURAL(EntryNode),
PLURAL(ExcludeNode),
PLURAL(FirewallPort),
PLURAL(HiddenServiceNode),