[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] [tor/master] Fix an apostrophe in a comment



Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Fri, 15 Oct 2010 12:39:23 -0400
Subject: Fix an apostrophe in a comment
Commit: 04231a2ebef4984a5c288eac46dd8a3037541c02

---
 src/common/compat_libevent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index a521780..a524c98 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -341,7 +341,7 @@ tor_check_libevent_version(const char *m, int server,
   version = tor_get_libevent_version(&v);
 
   /* It would be better to disable known-buggy methods than to simply
-     warn about them.  However, it's not trivial to get libevent to change it's
+     warn about them.  However, it's not trivial to get libevent to change its
      method once it's initialized, and it's not trivial to tell what method it
      will use without initializing it.
 
-- 
1.7.1