appsrc: Fix typo in documentation
authorWonchul Lee <chul0812@gmail.com>
Sat, 15 Jun 2019 05:33:32 +0000 (14:33 +0900)
committerWonchul Lee <chul0812@gmail.com>
Sat, 15 Jun 2019 05:33:32 +0000 (14:33 +0900)
gst-libs/gst/app/gstappsrc.c

index 66ad05e..5bdeb37 100644 (file)
@@ -75,7 +75,7 @@
  *
  * The pull mode, in which the need-data signal triggers the next push-buffer call.
  * This mode is typically used in the "random-access" stream-type. Use this
- * mode for file access or other randomly accessable sources. In this mode, a
+ * mode for file access or other randomly accessible sources. In this mode, a
  * buffer of exactly the amount of bytes given by the need-data signal should be
  * pushed into appsrc.
  *