Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 111)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 112)
@@ -83,5 +83,5 @@
 					BUG-1334305</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1578312&group_id=75348&atid=543653">SF
 						BUG-1578312</a>] The Paste from Word clean up function can be configured
-			with FCKConfig.CleanWordKeepStructure to preserve the markup as much as possible.
+			with FCKConfig.CleanWordKeepsStructure to preserve the markup as much as possible.
 			Thanks Jean-Charles ROGEZ. </li>
 		<li><span style="color: #ff0000">Attention:</span> The default directory in the distribution
Index: /FCKeditor/trunk/editor/dialog/fck_paste.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_paste.html	(revision 111)
+++ /FCKeditor/trunk/editor/dialog/fck_paste.html	(revision 112)
@@ -164,5 +164,5 @@
 	html = html.replace( /<H\d>\s*<\/H\d>/gi, '' ) ;
 
-	if ( FCKConfig.CleanWordKeepStructure )
+	if ( FCKConfig.CleanWordKeepsStructure )
 	{
 		// The original <Hn> tag send from Word is something like this: <Hn style="margin-top:0px;margin-bottom:0px">
Index: /FCKeditor/trunk/fckconfig.js
===================================================================
--- /FCKeditor/trunk/fckconfig.js	(revision 111)
+++ /FCKeditor/trunk/fckconfig.js	(revision 112)
@@ -154,6 +154,5 @@
 
 // The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word
-FCKConfig.CleanWordKeepStructure = false ;
-
+FCKConfig.CleanWordKeepsStructure = false ;
 
 // The following value defines which File Browser connector and Quick Upload 
