Index: /CKEditor/trunk/_source/plugins/styles/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 5302)
+++ /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 5303)
@@ -322,11 +322,11 @@
 		{
 			var styleVal = stylesDef[ style ],
-					stylesText = ( style + ':' + styleVal ).replace( semicolonFixRegex, ';' );
-
-			// Some browsers don't support 'inheirt' property value, leave them intact. (#5242)
+					text = ( style + ':' + styleVal ).replace( semicolonFixRegex, ';' );
+
+			// Some browsers don't support 'inherit' property value, leave them intact. (#5242)
 			if ( styleVal == 'inherit' )
-				specialStylesText += stylesText;
+				specialStylesText += text;
 			else
-				stylesText += stylesText;
+				stylesText += text;
 		}
 
@@ -1235,5 +1235,5 @@
 		return temp[ isStyle ? 'getStyle' : 'getAttribute' ]( name );
 	}
-	
+
 	function normalizeCssText( unparsedCssText, nativeNormalize )
 	{
