diff --git a/wp-includes/ID3/module.audio.mp3.php b/wp-includes/ID3/module.audio.mp3.php
index 4bd75a0219..67aa5d09fa 100644
--- a/wp-includes/ID3/module.audio.mp3.php
+++ b/wp-includes/ID3/module.audio.mp3.php
@@ -646,7 +646,7 @@ class getid3_mp3 extends getid3_handler
 				//116..119  VBR Scale
 
 
-				// should be safe to leave this at 'vbr' and let it be overriden to 'cbr' if a CBR preset/mode is used by LAME
+				// should be safe to leave this at 'vbr' and let it be overridden to 'cbr' if a CBR preset/mode is used by LAME
 //				if (substr($headerstring, $VBRidOffset, strlen('Info')) == 'Xing') {
 					$thisfile_mpeg_audio['bitrate_mode'] = 'vbr';
 					$thisfile_mpeg_audio['VBR_method']   = 'Xing';
