diff options
author | Roger Dingledine <arma@torproject.org> | 2012-06-07 15:35:19 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-06-07 15:35:19 -0400 |
commit | 167f6f1e966312693a91ecdde4c01a3a2a811e13 (patch) | |
tree | 409d1176fee7f16310e333d908daf063449e621b /src | |
parent | b0bab82790836e3456d946e5a16298508b740ae2 (diff) | |
download | tor-167f6f1e966312693a91ecdde4c01a3a2a811e13.tar tor-167f6f1e966312693a91ecdde4c01a3a2a811e13.tar.gz |
typo noticed by "_raptor"
Diffstat (limited to 'src')
-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 334ea1b8b..91fa182c9 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) |