From: Naoki Kambe Date: Thu, 28 Mar 2013 08:39:16 +0000 (+0900) Subject: [2252] correct a wrong word X-Git-Tag: bind10-1.2.0beta1-release~474^2~4^2~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e97db1d7db5a65bc19f6909269ae930d2e8da18;p=thirdparty%2Fkea.git [2252] correct a wrong word --- diff --git a/src/lib/python/isc/statistics/counters.py b/src/lib/python/isc/statistics/counters.py index aa11682c29..279c14b70f 100644 --- a/src/lib/python/isc/statistics/counters.py +++ b/src/lib/python/isc/statistics/counters.py @@ -328,7 +328,7 @@ class Counters(): """Starts a timer which is identified by args and keeps it running until stop_timer() is called. It acquires a lock to support multi-threaded use. If the specified timer is already - started but not yet started, the last start time is + started but not yet stopped, the last start time is overwritten.""" identifier = _concat(*args) with self._rlock: