(bug 28610) unsegement is not a word
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 19 Apr 2011 14:04:00 +0000 (14:04 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 19 Apr 2011 14:04:00 +0000 (14:04 +0000)
includes/diff/DifferenceEngine.php

index 4dabcd1..e2b3c11 100644 (file)
@@ -726,7 +726,7 @@ CONTROL;
                        # input text to be HTML-escaped already
                        $otext = htmlspecialchars ( $wgContLang->segmentForDiff( $otext ) );
                        $ntext = htmlspecialchars ( $wgContLang->segmentForDiff( $ntext ) );
-                       return $wgContLang->unsegementForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) .
+                       return $wgContLang->unsegmentForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) .
                        $this->debug( 'wikidiff1' );
                }