Fix typos
[babeltrace.git] / include / babeltrace2 / graph / message-iterator-class.h
index 5a409caf60448a5233ec5191f442fe8c74a70019..82ee1f2d6e4cdb579f1859d1c3977526fe06a146 100644 (file)
@@ -419,21 +419,21 @@ The available message iterator class methods to implement are:
     this method, then the next time your
     \link api-msg-iter-cls-meth-next "next" method\endlink is called:
 
-    - For each "active" \bt_stream at the seeked time point, you must
+    - For each "active" \bt_stream at the sought time point, you must
       emit a \bt_sb_msg for this stream before you emit any other
       message for this stream.
 
       The stream beginning message must have a
       \ref api-msg-sb-prop-cs "default clock snapshot" which corresponds
-      to the seeked time point.
+      to the sought time point.
 
-    - For each "active" \bt_pkt at the seeked time point, you must
+    - For each "active" \bt_pkt at the sought time point, you must
       emit a \bt_pb_msg for this packet before you emit any other
       message for this packet.
 
       The packet beginning message must have a
       \ref api-msg-pb-prop-cs "default clock snapshot" which corresponds
-      to the seeked time point.
+      to the sought time point.
 
     The \bt_name project recommends that this method executes fast
     enough so as not to block an interactive application running on the
This page took 0.024947 seconds and 4 git commands to generate.