]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo
authorRoger Dingledine <arma@torproject.org>
Mon, 29 Mar 2004 19:53:53 +0000 (19:53 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 29 Mar 2004 19:53:53 +0000 (19:53 +0000)
svn:r1364

src/or/dirserv.c

index 0e28c5802f120f73ac623ceb9042a9409b758da5..75dfae3b6f947b65309edca1025b2a51c723fe46 100644 (file)
@@ -254,7 +254,7 @@ dirserv_add_descriptor(const char **desc)
     return -1;
   }
   if (ri->published_on < now-ROUTER_MAX_AGE) {
-    log_fn(LOG_WARN, "Publication time for router with nickanem %s is too far in the past. Not adding", ri->nickname);
+    log_fn(LOG_WARN, "Publication time for router with nickname %s is too far in the past. Not adding", ri->nickname);
     routerinfo_free(ri);
     *desc = end;
     return -1;