Branch: master

73875333 2014-06-04 22:28:21 Michele Calgaro
Fixed typo in comment.
M plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
diff --git a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
index 826643b..96f8bfe 100644
--- a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+++ b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
@@ -38,7 +38,7 @@
 #endif
 
 // From libavcodec version 54.25, CodecID have been renamed to AVCodecID and all CODEC_ID_* to AV_CODEC_ID_*.
-// This code can be simplyfied once all supported distros have updated to libavcodec version >=54.25
+// This code can be simplified once all supported distros have updated to libavcodec version >=54.25
 #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(54, 25, 0)
 #define K3B_CODEC_ID_WMAV1 CODEC_ID_WMAV1
 #define K3B_CODEC_ID_WMAV2 CODEC_ID_WMAV2