baseparse: Fix typo
authorJan Schmidt <jan@centricular.com>
Tue, 31 Mar 2020 15:46:52 +0000 (02:46 +1100)
committerJan Schmidt <jan@centricular.com>
Wed, 1 Apr 2020 07:36:19 +0000 (18:36 +1100)
libs/gst/base/gstbaseparse.c

index b9f7f618ee95782d7ef7aa7af4a7c3377a5ff86c..86d865dea5839bce09bf19a5135fbdf6fb20b3fa 100644 (file)
@@ -3471,7 +3471,7 @@ exit:
 
 /* PULL mode:
  * pull and scan for next frame starting from current offset
- * ajusts sync, drain and offset going along */
+ * adjusts sync, drain and offset going along */
 static GstFlowReturn
 gst_base_parse_scan_frame (GstBaseParse * parse, GstBaseParseClass * klass)
 {