]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a spelling mistake in config.c for "contries"
authorphobos <phobos@rootme.org>
Fri, 22 May 2009 05:19:55 +0000 (01:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 22 May 2009 05:26:17 +0000 (01:26 -0400)
src/or/config.c

index b696b23a4cd2acf0115c3069b8a830b40c73eafc..25364b6a33af12adc51b748bf254c24e19282403 100644 (file)
@@ -1209,7 +1209,7 @@ options_need_geoip_info(or_options_t *options, const char **reason_out)
 
   if (routerset_usage && reason_out) {
     *reason_out = "We've been configured to use (or avoid) nodes in certain "
-      "contries, and we need GEOIP information to figure out which ones they "
+      "countries, and we need GEOIP information to figure out which ones they "
       "are.";
   } else if (bridge_usage && reason_out) {
     *reason_out = "We've been configured to see which countries can access "