Fix typos
[babeltrace.git] / src / bindings / python / bt2 / bt2 / message_iterator.py
index b6887dc0d20e9f5139a9cd363d9815e9850f7b8e..8703e90be10f095c8a5f0cb96d9deade24ebe488 100644 (file)
@@ -171,7 +171,7 @@ class _UserMessageIterator(_MessageIterator):
         raise bt2_utils.Stop
 
     def _bt_next_from_native(self):
-        # this can raise anything: it's catched by the native part
+        # this can raise anything: it's caught by the native part
         try:
             msg = next(self)
         except StopIteration:
This page took 0.023706 seconds and 4 git commands to generate.