fix a few trivial documentation typos

This commit is contained in:
Patrick Pelletier 2012-10-23 22:09:45 -07:00
parent f2050e79d5
commit 09098f70a2
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -23,7 +23,7 @@ Install as root via
# make install # 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: To enable the low-level tracing build the library as:

View File

@ -116,7 +116,7 @@ AC_ARG_ENABLE([verbose-debug],
AC_PROG_LIBTOOL 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 built by default. You can also turn shared libs on and off from
dnl the command line with --enable-shared and --disable-shared. dnl the command line with --enable-shared and --disable-shared.
dnl AC_DISABLE_SHARED dnl AC_DISABLE_SHARED

View File

@ -385,6 +385,6 @@
5. Testing 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. 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. There are some under-tested modules, though: we need to fix those.