]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2252] correct a wrong word
authorNaoki Kambe <kambe@jprs.co.jp>
Thu, 28 Mar 2013 08:39:16 +0000 (17:39 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Thu, 4 Apr 2013 01:55:05 +0000 (10:55 +0900)
src/lib/python/isc/statistics/counters.py

index aa11682c2994fdfb6ad71b477127f07de4b14354..279c14b70f95717a3f59b4782cefa850444b8f95 100644 (file)
@@ -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: