diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-18 02:23:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-18 02:23:11 +0000 |
commit | 8fdab2070447705a72a9dbd901a937a41fb7d855 (patch) | |
tree | 87f186b0b5b3cde1c692590c88172fdd37128ab9 /src/common | |
parent | 5fee58adfb95adbe7b6c694c8d1449be1acc2051 (diff) | |
download | tor-8fdab2070447705a72a9dbd901a937a41fb7d855.tar tor-8fdab2070447705a72a9dbd901a937a41fb7d855.tar.gz |
fix typo
svn:r4453
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index f6fdda6e0..5f8f35d75 100644 --- a/src/common/compat.c +++ b/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. |