From: Patrick Pelletier Date: Wed, 24 Oct 2012 05:09:45 +0000 (-0700) Subject: fix a few trivial documentation typos X-Git-Tag: release-2.1.2-alpha~24^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09098f70a2a48ad90f4b36c6b7da346ce1cead0b;p=libevent fix a few trivial documentation typos --- diff --git a/README b/README index c79fb7bd..313a803b 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ Install as root via # make install -Before, reporting any problems, please run the regression tests. +Before reporting any problems, please run the regression tests. To enable the low-level tracing build the library as: diff --git a/configure.ac b/configure.ac index 3f91ce09..1defb5c5 100644 --- a/configure.ac +++ b/configure.ac @@ -116,7 +116,7 @@ AC_ARG_ENABLE([verbose-debug], AC_PROG_LIBTOOL -dnl Uncomment "AC_DISABLE_SHARED" to make shared librraries not get +dnl Uncomment "AC_DISABLE_SHARED" to make shared libraries not get dnl built by default. You can also turn shared libs on and off from dnl the command line with --enable-shared and --disable-shared. dnl AC_DISABLE_SHARED diff --git a/whatsnew-2.1.txt b/whatsnew-2.1.txt index d02c518d..ae69093f 100644 --- a/whatsnew-2.1.txt +++ b/whatsnew-2.1.txt @@ -385,6 +385,6 @@ 5. Testing - Libevent's test coverage level is more or less unchanged sine before: + Libevent's test coverage level is more or less unchanged since before: we still have over 80% line coverage in our tests on Linux and OSX. There are some under-tested modules, though: we need to fix those.