From: JINMEI Tatuya Date: Thu, 6 Dec 2012 18:08:59 +0000 (-0800) Subject: [2445] fixed a typo X-Git-Tag: bind10-1.0.0-beta-release~19^2~17^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9d6998c28cfcf825fb2845acc3b4eb705e991a4;p=thirdparty%2Fkea.git [2445] fixed a typo --- diff --git a/src/lib/log/log_buffer.h b/src/lib/log/log_buffer.h index 9e41533a63..bfb53de988 100644 --- a/src/lib/log/log_buffer.h +++ b/src/lib/log/log_buffer.h @@ -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();