Skip to content

Commit b56d21f

Browse files
committed
Fix typo
1 parent 534c633 commit b56d21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/markdown/multiprocess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ log4cxx::rolling::MultiprocessRollingFileAppender that will check the size of th
2828
writing to the file and roll it over appropriately.
2929

3030
Coordinating with other processes adds significant overhead compared to log4cxx::rolling::RollingFileAppender.
31-
Benchmark measurments show the overhead of this appender is more than 3 and 10 times
31+
Benchmark measurements show the overhead of this appender is more than 3 and 10 times
3232
the overhead of log4cxx::rolling::RollingFileAppender on Linux and Windows respectively.
3333

3434
This is an optional feature, and thus must be explicitly enabled

0 commit comments

Comments
 (0)