From 09098f70a2a48ad90f4b36c6b7da346ce1cead0b Mon Sep 17 00:00:00 2001 From: Patrick Pelletier Date: Tue, 23 Oct 2012 22:09:45 -0700 Subject: [PATCH] fix a few trivial documentation typos --- README | 2 +- configure.ac | 2 +- whatsnew-2.1.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.40.0