summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-10-16 13:19:57 +0000
committerNick Mathewson <nickm@torproject.org>2009-10-16 13:19:57 +0000
commite3fd294a6d2f498aa72e92fe4b005a28a1b312f1 (patch)
tree88cb8869542393f1469683aa86f227f74d9e406f /event.h
parent25af6954411e369c41d452af5e6d95b9d5c73558 (diff)
downloadlibevent-e3fd294a6d2f498aa72e92fe4b005a28a1b312f1.tar.gz
Spelling fixes in comments and strings.
svn:r1445
Diffstat (limited to 'event.h')
-rw-r--r--event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/event.h b/event.h
index 03c1394f..cef2608b 100644
--- a/event.h
+++ b/event.h
@@ -48,7 +48,7 @@
to redesign the applications. As a result, Libevent allows for portable
application development and provides the most scalable event notification
mechanism available on an operating system. Libevent can also be used for
- multi-threaded aplications; see Steven Grimm's explanation. Libevent should
+ multi-threaded applications; see Steven Grimm's explanation. Libevent should
compile on Linux, *BSD, Mac OS X, Solaris and Windows.
@section usage Standard usage
@@ -127,7 +127,7 @@
@section evrpc A framework for RPC servers and clients
- libevents provides a framework for creating RPC servers and clients. It
+ libevent provides a framework for creating RPC servers and clients. It
takes care of marshaling and unmarshaling all data structures.
@section api API Reference