aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphobos <phobos@rootme.org>2009-05-22 01:19:55 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-22 01:26:17 -0400
commit678092750b95fe60b1eef638992f60cb028a8643 (patch)
tree49b473973aca08be2757f7f1a9fe1db1e100ac44
parent34030a3d23ec6506bc6389cb95cc1fc4b3efdc57 (diff)
downloadtor-678092750b95fe60b1eef638992f60cb028a8643.tar.gz
tor-678092750b95fe60b1eef638992f60cb028a8643.zip
fix a spelling mistake in config.c for "contries"
-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 b696b23a4c..25364b6a33 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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 "