Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jul 24, 2024
1 parent ee897e1 commit 85e5e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/markdown/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ by calling, for example, `NullWriterAppender::registerClass()`.
To avoid [Static Initialization Order Fiasco](https://en.cppreference.com/w/cpp/language/siof)
when configuring Log4cxx during static initialization
(as in [the recommended runtime configuration technique])
you should put your extenstion classes (and the `IMPLEMENT_LOG4CXX_OBJECT` macro)
you should put your extension classes (and the `IMPLEMENT_LOG4CXX_OBJECT` macro)
in a dynamic library (DSO/DLL) that is loaded before loading the Log4cxx configuration.
Alternatively, you could call `NullWriterAppender::registerClass()`
before loading the configuration.
Expand Down

0 comments on commit 85e5e4a

Please sign in to comment.