From: Roger Dingledine Date: Tue, 9 Nov 2004 06:09:06 +0000 (+0000) Subject: EntryNodess is not the plural of EntryNodes X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94b9525f6e62d5e66df98b96878ec52e5e7cd964;p=thirdparty%2Ftor.git EntryNodess is not the plural of EntryNodes svn:r2728 --- 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),