From: Simon Marchi Date: Mon, 9 Sep 2019 01:45:17 +0000 (-0400) Subject: bt2: fix trivial typo X-Git-Tag: v2.0.0-rc1~174 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2a02ed9335ef344015646bca54ad7a2a65ec01c4;p=babeltrace.git bt2: fix trivial typo Change-Id: Iff1c9f8315625f63863763e1fbb35b86d6d54166 Signed-off-by: Simon Marchi --- diff --git a/src/bindings/python/bt2/bt2/message_iterator.py b/src/bindings/python/bt2/bt2/message_iterator.py index e0bd7492..51410189 100644 --- a/src/bindings/python/bt2/bt2/message_iterator.py +++ b/src/bindings/python/bt2/bt2/message_iterator.py @@ -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