[FFmpeg-cvslog] avcodec/version: fix 2 recently introduced typo

Clément Bœsch git at videolan.org
Sat Aug 22 00:34:32 CEST 2015


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Aug 22 00:24:18 2015 +0200| [cafba99b5146cf10d60ceed4257f6e82380a020e] | committer: James Almer

avcodec/version: fix 2 recently introduced typo

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

 libavcodec/version.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index c38918e..f0fa7f0 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -47,9 +47,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_VIMA_DECODER



More information about the ffmpeg-cvslog mailing list