[or-cvs] a few typo fixes

arma at seul.org arma at seul.org
Sun Aug 7 21:58:26 UTC 2005


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

Modified Files:
	config.c 
Log Message:
a few typo fixes


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -d -r1.380 -r1.381
--- config.c	7 Aug 2005 21:24:00 -0000	1.380
+++ config.c	7 Aug 2005 21:58:23 -0000	1.381
@@ -1415,8 +1415,9 @@
   return config_dump(&options_format, options, minimal);
 }
 
-/* Return 0 if every element of sl is string holding a decimal representation
- * of a port number, or if sl is NULL. Otherwise return -1. */
+/* Return 0 if every element of sl is a string holding a decimal
+ * representation of a port number, or if sl is NULL.
+ * Otherwise return -1. */
 static int
 validate_ports_csv(smartlist_t *sl, const char *name)
 {
@@ -1438,8 +1439,8 @@
   return result;
 }
 
-/* Return 0 if every element of sl is string holding an IP with optional mask
- * and port, or if sl is NULL. Otherwise return -1. */
+/* Return 0 if every element of sl is a string holding an IP with
+ * optional mask and port, or if sl is NULL. Otherwise return -1. */
 static int
 validate_addr_port_ranges_csv(smartlist_t *sl, const char *name)
 {
@@ -1461,8 +1462,8 @@
   return result;
 }
 
-/** Return true iff we are configured to thing that the local fascist firewall
- * (if any) will allow a connection to <b>addr</b>:<b>port</b> */
+/** Return true iff we are configured to think that the local fascist
+ * firewall (if any) will allow a connection to <b>addr</b>:<b>port</b> */
 int
 fascist_firewall_allows_address(or_options_t *options, uint32_t addr,
                                 uint16_t port)



More information about the tor-commits mailing list