Explorar o código

typo noticed by "_raptor"

Roger Dingledine %!s(int64=13) %!d(string=hai) anos
pai
achega
167f6f1e96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/compat.c

+ 1 - 1
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)