Explorar o código

fix typo

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

+ 1 - 1
src/common/compat.c

@@ -137,7 +137,7 @@ tor_vsnprintf(char *str, size_t size, const char *format, va_list args)
 }
 
 /** Given <b>hlen</b> bytes at <b>haystack</b> and <b>nlen</b> bytes at
- * <b>needle</b>, return a pointer to the first occurence of the needle
+ * <b>needle</b>, return a pointer to the first occurrence of the needle
  * within the haystack, or NULL if there is no such occurrence.
  *
  * Requires that nlen be greater than zero.