Parcourir la source

[2252] correct a wrong word

Naoki Kambe il y a 12 ans
Parent
commit
2e97db1d7d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/python/isc/statistics/counters.py

+ 1 - 1
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: