Commit 167f6f1e authored by Roger Dingledine's avatar Roger Dingledine
Browse files

typo noticed by "_raptor"

parent b0bab827
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -143,7 +143,7 @@ tor_open_cloexec(const char *path, int flags, unsigned mode)
  return fd;
  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. */
 * underlying file handle. */
FILE *
FILE *
tor_fopen_cloexec(const char *path, const char *mode)
tor_fopen_cloexec(const char *path, const char *mode)