[tor-commits] [tor/maint-0.2.2] Fix comment typo

nickm at torproject.org nickm at torproject.org
Mon May 23 05:18:05 UTC 2011


commit b7452dcbcb2f086e3fd7daf0c31b95d9e777190a
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Tue May 10 05:15:02 2011 -0700

    Fix comment typo
---
 src/common/compat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common/compat.h b/src/common/compat.h
index af795ff..8144026 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -398,7 +398,7 @@ int get_n_open_sockets(void);
 #define tor_socket_send(s, buf, len, flags) send(s, buf, len, flags)
 #define tor_socket_recv(s, buf, len, flags) recv(s, buf, len, flags)
 
-/** Implementatino of struct in6_addr for platforms that do not have it.
+/** Implementation of struct in6_addr for platforms that do not have it.
  * Generally, these platforms are ones without IPv6 support, but we want to
  * have a working in6_addr there anyway, so we can use it to parse IPv6
  * addresses. */





More information about the tor-commits mailing list