* Fix common spelling error (seperate -> separate)
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 15 Sep 2008 20:38:27 +0000 (20:38 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 15 Sep 2008 20:38:27 +0000 (20:38 +0000)
includes/Exif.php
includes/IP.php
includes/SkinTemplate.php
languages/Language.php
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc
skins/disabled/MonoBookCBT.php

index 6c76a8a..3f3a1ce 100644 (file)
@@ -48,7 +48,7 @@ class Exif {
        /**
         * Exif tags grouped by category, the tagname itself is the key and the type
         * is the value, in the case of more than one possible value type they are
-        * seperated by commas.
+        * separated by commas.
         */
        var $mExifTags;
 
index 7f7fc3c..312aaca 100644 (file)
@@ -141,7 +141,7 @@ class IP {
        public static function toOctet( $ip_int ) {
                // Convert to padded uppercase hex
                $ip_hex = wfBaseConvert($ip_int, 10, 16, 32, false);
-               // Seperate into 8 octets
+               // Separate into 8 octets
                $ip_oct = substr( $ip_hex, 0, 4 );
                for ($n=1; $n < 8; $n++) {
                        $ip_oct .= ':' . substr($ip_hex, 4*$n, 4);
@@ -159,7 +159,7 @@ class IP {
        public static function HextoOctet( $ip_hex ) {
                // Convert to padded uppercase hex
                $ip_hex = str_pad( strtoupper($ip_hex), 32, '0');
-               // Seperate into 8 octets
+               // Separate into 8 octets
                $ip_oct = substr( $ip_hex, 0, 4 );
                for ($n=1; $n < 8; $n++) {
                        $ip_oct .= ':' . substr($ip_hex, 4*$n, 4);
index 62d211d..9efe515 100644 (file)
@@ -308,7 +308,7 @@ class SkinTemplate extends Skin {
                                $out->setSquidMaxage(0);
                        }
                } else if (count($newtalks)) {
-                       $sep = str_replace("_", " ", wfMsgHtml("newtalkseperator"));
+                       $sep = str_replace("_", " ", wfMsgHtml("newtalkseparator"));
                        $msgs = array();
                        foreach ($newtalks as $newtalk) {
                                $msgs[] = wfElement("a",
index 31f0e61..364231a 100644 (file)
@@ -1824,7 +1824,7 @@ class Language {
          * LanguageIs.php for the , => . and . => , implementation.
          *
          * @todo check if it's viable to use localeconv() for the decimal
-         *       seperator thing.
+         *       separator thing.
          * @param $number Mixed: the string to be formatted, should be an integer
          *        or a floating point number.
          * @param $nocommafy Bool: set to true for special numbers like dates
index 3e4cc31..f0d0197 100644 (file)
@@ -740,7 +740,7 @@ See [[Special:Version|version page]].',
 'newmessageslink'              => 'new messages',
 'newmessagesdifflink'          => 'last change',
 'youhavenewmessagesmulti'      => 'You have new messages on $1',
-'newtalkseperator'             => ',_', # do not translate or duplicate this message to other languages
+'newtalkseparator'             => ',_', # do not translate or duplicate this message to other languages
 'editsection'                  => 'edit',
 'editsection-brackets'         => '[$1]', # only translate this message to other languages if you have to change it
 'editold'                      => 'edit',
index 2933c25..98d3d8f 100644 (file)
@@ -84,7 +84,7 @@ $wgIgnoredMessages = array(
        'markaspatrolledlink',
        'newarticletextanon',
        'newsectionheaderdefaultlevel',
-       'newtalkseperator',
+       'newtalkseparator',
        'noarticletextanon',
        'number_of_watching_users_RCview',
        'pagecategorieslink',
index 8afe935..02afe3a 100644 (file)
@@ -260,7 +260,7 @@ $wgMessageStructure = array(
                'newmessageslink',
                'newmessagesdifflink',
                'youhavenewmessagesmulti',
-               'newtalkseperator',
+               'newtalkseparator',
                'editsection',
                'editsection-brackets',
                'editold',
index c6297cd..0d693a8 100644 (file)
@@ -443,7 +443,7 @@ class SkinMonoBookCBT extends SkinTemplate {
                                $this->mOut->setSquidMaxage(0);
                        }
                } else if (count($newtalks)) {
-                       $sep = str_replace("_", " ", wfMsgHtml("newtalkseperator"));
+                       $sep = str_replace("_", " ", wfMsgHtml("newtalkseparator"));
                        $msgs = array();
                        foreach ($newtalks as $newtalk) {
                                $msgs[] = wfElement("a",