[FFmpeg-cvslog] version: Fix two more typos

Timothy Gu git at videolan.org
Sat Aug 22 17:09:36 CEST 2015


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Fri Aug 21 22:40:39 2015 -0700| [0aa9bbbc377ae100891cab94ce7de8623d3dcc3a] | committer: Timothy Gu

version: Fix two more typos

Same as cafba99b5146cf10d60ceed4257f6e82380a020e but applied to
lavf and lavu.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aa9bbbc377ae100891cab94ce7de8623d3dcc3a
---

 libavformat/version.h |    4 ++--
 libavutil/version.h   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libavformat/version.h b/libavformat/version.h
index e2b4b95..d21cd69 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -48,9 +48,9 @@
  * dropped at a future version bump. The defines themselves are not part of
  * the public API and may change, break or disappear at any time.
  *
- * @note, when bumping the major version it is recommandeded to manually
+ * @note, when bumping the major version it is recommended to manually
  * disable each FF_API_* in its own commit instead of disabling them all
- * at once through the bump. This improves the git bissect-ability of the change.
+ * at once through the bump. This improves the git bisect-ability of the change.
  *
  */
 #ifndef FF_API_LAVF_BITEXACT
diff --git a/libavutil/version.h b/libavutil/version.h
index ccc85be..64713d3 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -77,9 +77,9 @@
  * dropped at a future version bump. The defines themselves are not part of
  * the public API and may change, break or disappear at any time.
  *
- * @note, when bumping the major version it is recommandeded to manually
+ * @note, when bumping the major version it is recommended to manually
  * disable each FF_API_* in its own commit instead of disabling them all
- * at once through the bump. This improves the git bissect-ability of the change.
+ * at once through the bump. This improves the git bisect-ability of the change.
  *
  * @{
  */



More information about the ffmpeg-cvslog mailing list