Explorar o código

tweak

svn:r13443
Roger Dingledine %!s(int64=17) %!d(string=hai) anos
pai
achega
f882a2fc5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/compat.c

+ 1 - 1
src/common/compat.c

@@ -1701,7 +1701,7 @@ struct tor_mutex_t {
 /* Conditions. */
 #ifdef USE_PTHREADS
 #if 0
-/** Cross-platform condtion implementation. */
+/** Cross-platform condition implementation. */
 struct tor_cond_t {
   pthread_cond_t cond;
 };