[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] EntryNodess is not the plural of EntryNodes



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	config.c 
Log Message:
EntryNodess is not the plural of EntryNodes


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- config.c	9 Nov 2004 06:03:20 -0000	1.224
+++ config.c	9 Nov 2004 06:09:06 -0000	1.225
@@ -47,7 +47,7 @@
 /* A list of command-line abbreviations. */
 static config_abbrev_t config_abbrevs[] = {
   PLURAL(ExitNode),
-  PLURAL(EntryNodes),
+  PLURAL(EntryNode),
   PLURAL(ExcludeNode),
   PLURAL(FirewallPort),
   PLURAL(HiddenServiceNode),