From 8fdab2070447705a72a9dbd901a937a41fb7d855 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 18 Jun 2005 02:23:11 +0000 Subject: [PATCH] fix typo svn:r4453 --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 hlen bytes at haystack and nlen bytes at - * needle, return a pointer to the first occurence of the needle + * needle, 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.