[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8233: fix typo (tor/trunk/src/or)
Author: arma
Date: 2006-08-26 21:33:35 -0400 (Sat, 26 Aug 2006)
New Revision: 8233
Modified:
tor/trunk/src/or/dns.c
Log:
fix typo
Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c 2006-08-26 07:13:54 UTC (rev 8232)
+++ tor/trunk/src/or/dns.c 2006-08-27 01:33:35 UTC (rev 8233)
@@ -1209,7 +1209,7 @@
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 {