docs: fix a typo in part-segments.txt
authorLuis de Bethencourt <luis@debethencourt.com>
Thu, 24 May 2012 10:48:19 +0000 (11:48 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Thu, 24 May 2012 10:49:35 +0000 (11:49 +0100)
docs/design/part-segments.txt

index 88f44acdc4b24c155a0072ef893b7e73d2437b14..56a2e1a23189722d43083e7a55cabfc7113ecd0c 100644 (file)
@@ -84,7 +84,7 @@ Use case: FLUSHING seek
     the stream_time of the seek that was performed.
 
     The stop time is important when the video format contains B frames. The
-    video decoder receives a P frame first, which is can decode but not push yet.
+    video decoder receives a P frame first, which it can decode but not push yet.
     When it receives a B frame, it can decode the B frame and push the B frame
     followed by the previously decoded P frame. If the P frame is outside of the
     segment, the decoder knows it should not send the P frame.