]> granicus.if.org Git - libevent/commitdiff
Fix typo in event_compat.h comments.
authorNick Mathewson <nickm@torproject.org>
Mon, 1 Aug 2011 14:27:56 +0000 (10:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 1 Aug 2011 14:27:56 +0000 (10:27 -0400)
include/event2/event_compat.h

index d501ef7d96c0bb19ad25e842a4a70ea8176c9b80..cb77515400e4b094cda76e411b2beb34a1524972 100644 (file)
@@ -181,7 +181,7 @@ void event_set(struct event *, evutil_socket_t, short, void (*)(evutil_socket_t,
 /**
    @name timeout_* macros
 
-   @deprecated These macros are deprecated because their naming is inconsisten
+   @deprecated These macros are deprecated because their naming is inconsistent
      with the rest of Libevent.  Use the evtimer_* macros instead.
    @{
  */
@@ -195,7 +195,7 @@ void event_set(struct event *, evutil_socket_t, short, void (*)(evutil_socket_t,
 /**
    @name signal_* macros
 
-   @deprecated These macros are deprecated because their naming is inconsisten
+   @deprecated These macros are deprecated because their naming is inconsistent
      with the rest of Libevent.  Use the evsignal_* macros instead.
    @{
  */