From: Siebrand Mazeland Date: Mon, 15 Sep 2008 20:38:27 +0000 (+0000) Subject: * Fix common spelling error (seperate -> separate) X-Git-Tag: 1.31.0-rc.0~45281 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=798f535951cfcba70d4f7810cb207565e8a4c5fc;p=lhc%2Fweb%2Fwiklou.git * Fix common spelling error (seperate -> separate) --- diff --git a/includes/Exif.php b/includes/Exif.php index 6c76a8a65c..3f3a1ceb4b 100644 --- a/includes/Exif.php +++ b/includes/Exif.php @@ -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; diff --git a/includes/IP.php b/includes/IP.php index 7f7fc3cd6b..312aacae2c 100644 --- a/includes/IP.php +++ b/includes/IP.php @@ -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); diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 62d211d13b..9efe515c51 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -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", diff --git a/languages/Language.php b/languages/Language.php index 31f0e61ed7..364231a3bc 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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 diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 3e4cc31d34..f0d0197fdd 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 2933c25ede..98d3d8f66d 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -84,7 +84,7 @@ $wgIgnoredMessages = array( 'markaspatrolledlink', 'newarticletextanon', 'newsectionheaderdefaultlevel', - 'newtalkseperator', + 'newtalkseparator', 'noarticletextanon', 'number_of_watching_users_RCview', 'pagecategorieslink', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 8afe9357d5..02afe3ab2f 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -260,7 +260,7 @@ $wgMessageStructure = array( 'newmessageslink', 'newmessagesdifflink', 'youhavenewmessagesmulti', - 'newtalkseperator', + 'newtalkseparator', 'editsection', 'editsection-brackets', 'editold', diff --git a/skins/disabled/MonoBookCBT.php b/skins/disabled/MonoBookCBT.php index c6297cd9d3..0d693a8618 100644 --- a/skins/disabled/MonoBookCBT.php +++ b/skins/disabled/MonoBookCBT.php @@ -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",