mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
fix a few trivial documentation typos
This commit is contained in:
parent
f2050e79d5
commit
09098f70a2
2
README
2
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:
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user