summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-06-18 02:23:11 +0000
committerRoger Dingledine <arma@torproject.org>2005-06-18 02:23:11 +0000
commit8fdab2070447705a72a9dbd901a937a41fb7d855 (patch)
tree87f186b0b5b3cde1c692590c88172fdd37128ab9
parent5fee58adfb95adbe7b6c694c8d1449be1acc2051 (diff)
downloadtor-8fdab2070447705a72a9dbd901a937a41fb7d855.tar.gz
tor-8fdab2070447705a72a9dbd901a937a41fb7d855.zip
fix typo
svn:r4453
-rw-r--r--src/common/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index f6fdda6e0a..5f8f35d752 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.