Explorar o código

fix typo

svn:r1364
Roger Dingledine %!s(int64=21) %!d(string=hai) anos
pai
achega
155c777a84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/dirserv.c

+ 1 - 1
src/or/dirserv.c

@@ -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;