bt2: fix trivial typo
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Sep 2019 01:45:17 +0000 (21:45 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Sep 2019 01:45:28 +0000 (21:45 -0400)
Change-Id: Iff1c9f8315625f63863763e1fbb35b86d6d54166
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
src/bindings/python/bt2/bt2/message_iterator.py

index e0bd74923a0c50f4f3b6038b867d50495f503c97..51410189835ea5715e1b556a6b3efcbcf0b478b6 100644 (file)
@@ -62,7 +62,7 @@ class _GenericMessageIterator(object._SharedObject, _MessageIterator):
         return res != 0
 
     def seek_beginning(self):
-        # Forget about buffered messages, they won't be valid after seeking..
+        # Forget about buffered messages, they won't be valid after seeking.
         self._current_msgs.clear()
         self._at = 0
 
This page took 0.025485 seconds and 4 git commands to generate.