]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2445] fixed a typo
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 6 Dec 2012 18:08:59 +0000 (10:08 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 6 Dec 2012 18:08:59 +0000 (10:08 -0800)
src/lib/log/log_buffer.h

index 9e41533a6316cfde6c691828db325b8680e6faae..bfb53de98809cfd5bb01eee9c72756cdfd82ba98 100644 (file)
@@ -82,7 +82,7 @@ public:
     /// All events are replayed to their loggers (which should have
     /// other appenders when this is called.
     /// Once this method has been called, no more events can be
-    /// added trough calls to \c add(); if \c add() is called after flush(),
+    /// added through calls to \c add(); if \c add() is called after flush(),
     /// an exception will be raised.
     void flush();