bt2: fix _seek_beginning -> _user_seek_beginning in comment
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Sep 2019 17:04:17 +0000 (13:04 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Sep 2019 17:04:27 +0000 (13:04 -0400)
Change-Id: I93aaea82db86e1e8e37b49f5c26662c82337cb97
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
src/bindings/python/bt2/bt2/message_iterator.py

index 51410189835ea5715e1b556a6b3efcbcf0b478b6..09bff7a4fa50cffe4b87f813c34eacec11d229e9 100644 (file)
@@ -160,7 +160,7 @@ class _UserMessageIterator(_MessageIterator):
         #
         # - If the iterator has a _user_can_seek_beginning attribute,
         #   read it and use that result.
-        # - Otherwise, the presence or absence of a `_seek_beginning`
+        # - Otherwise, the presence or absence of a `_user_seek_beginning`
         #   method indicates whether the iterator can seek beginning.
         if hasattr(self, '_user_can_seek_beginning'):
             can_seek_beginning = self._user_can_seek_beginning
This page took 0.027263 seconds and 4 git commands to generate.