diff options
author | Roger Dingledine <arma@torproject.org> | 2006-08-27 01:33:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-08-27 01:33:35 +0000 |
commit | 8297608217701d7ad9f1b415afb35d46f7e05a16 (patch) | |
tree | cf88b2cde7114d2cd931156431dafcdc910151b0 /src/or/dns.c | |
parent | 9ffb52e5cc3ae9a4afeb710ecdfeadab5f70012c (diff) | |
download | tor-8297608217701d7ad9f1b415afb35d46f7e05a16.tar tor-8297608217701d7ad9f1b415afb35d46f7e05a16.tar.gz |
fix typo
svn:r8233
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 7d43b016e..eba731852 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -1209,7 +1209,7 @@ configure_nameservers(void) if (eventdns_count_nameservers() == 0) { log_err(LD_EXIT, "Unable to add any configured nameserver. " "Either remove the Nameservers line from your configuration, or " - "put in a namerserver that we can parse."); + "put in a nameserver that we can parse."); return -1; } } else { |