Przeglądaj źródła

Fix a comment typo in compat.h

teor (Tim Wilson-Brown) 9 lat temu
rodzic
commit
6a2b4db4f9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/common/compat.h

+ 1 - 1
src/common/compat.h

@@ -430,7 +430,7 @@ typedef int socklen_t;
 
 #ifdef _WIN32
 /* XXX Actually, this should arguably be SOCKET; we use intptr_t here so that
- * any inadvertant checks for the socket being <= 0 or > 0 will probably
+ * any inadvertent checks for the socket being <= 0 or > 0 will probably
  * still work. */
 #define tor_socket_t intptr_t
 #define TOR_SOCKET_T_FORMAT INTPTR_T_FORMAT