From: Nick Mathewson Date: Mon, 1 Aug 2011 14:27:56 +0000 (-0400) Subject: Fix typo in event_compat.h comments. X-Git-Tag: release-2.0.14-stable~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1183f7e24eb1d4baab8365d1d9cb993cdfc76473;p=libevent Fix typo in event_compat.h comments. --- diff --git a/include/event2/event_compat.h b/include/event2/event_compat.h index d501ef7d..cb775154 100644 --- a/include/event2/event_compat.h +++ b/include/event2/event_compat.h @@ -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. @{ */