summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-09 06:09:06 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-09 06:09:06 +0000
commit94b9525f6e62d5e66df98b96878ec52e5e7cd964 (patch)
tree8f07e8315f8d208b31671ef04b1ba22bea4021db
parent3c6b6a53a9a2977a1db1a25010e12d8f436c10a3 (diff)
downloadtor-94b9525f6e62d5e66df98b96878ec52e5e7cd964.tar.gz
tor-94b9525f6e62d5e66df98b96878ec52e5e7cd964.zip
EntryNodess is not the plural of EntryNodes
svn:r2728
-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),