diff --git a/libavformat/version.h b/libavformat/version.h
index e2b4b959fcfb70c9c5ef381e11efb3259563b296..d21cd690c7e320bcf8997f32e630481b3617b7bc 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 ccc85be3f5c1203b0b6e678dd8c694a86045245a..64713d38256a74ac9c0622416b9a37a5144ea2b0 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.
  *
  * @{
  */