commit f0e5890bff84b6d9c1efb42f212d8c283fe832a6
parent d2f44e80db6f7433b53614037ecc4725409d2261
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 26 May 2019 09:11:01 +0200
Fix some typos.
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -108,7 +108,7 @@ Logswan 1.03 (2016-01-01)
- Breaking the loop when a match is found in the request parser
- Using enumeration constants instead of macros
- Process GeoIP continent information
-- Re-ordering protocols and methods with more common occurences on top of
+- Re-ordering protocols and methods with more common occurrences on top of
the list, allowing to break earlier when iterating through the array
- Adding support for reading logs from standard input
- Renaming 'definitions' files to 'config'
diff --git a/README.md b/README.md
@@ -87,7 +87,7 @@ libraries and header files.
cmake ..
make
-Logswan has been sucessfully built and tested on OpenBSD, NetBSD, FreeBSD,
+Logswan has been successfully built and tested on OpenBSD, NetBSD, FreeBSD,
Mac OS X, and Linux with both Clang and GCC.
## Packages
diff --git a/src/logswan.c b/src/logswan.c
@@ -257,7 +257,7 @@ main(int argc, char *argv[]) {
}
}
- /* Count HTTP status codes occurences */
+ /* Count HTTP status codes occurrences */
if (parsedLine.statusCode) {
statusCode = strtonum(parsedLine.statusCode, 0, STATUS_CODE_MAX-1, &errstr);