From: Roger Dingledine Date: Thu, 7 Jun 2012 19:35:19 +0000 (-0400) Subject: typo noticed by "_raptor" X-Git-Tag: tor-0.2.3.17-beta~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=167f6f1e966312693a91ecdde4c01a3a2a811e13;p=thirdparty%2Ftor.git typo noticed by "_raptor" --- diff --git a/src/common/compat.c b/src/common/compat.c index 334ea1b8b4..91fa182c9a 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -143,7 +143,7 @@ tor_open_cloexec(const char *path, int flags, unsigned mode) return fd; } -/** As fpoen(path,mode), but ensures that the O_CLOEXEC bit is set on the +/** As fopen(path,mode), but ensures that the O_CLOEXEC bit is set on the * underlying file handle. */ FILE * tor_fopen_cloexec(const char *path, const char *mode)