Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/52000


Change subject: Use American English spelling for behavior
......................................................................

Use American English spelling for behavior

Change-Id: I58eba0685aadfa60461b7516772c92352640b116
---
M compat/GenericArrayObject.php
M includes/differ/ListDiffer.php
M includes/patcher/MapPatcher.php
3 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Diff 
refs/changes/00/52000/1

diff --git a/compat/GenericArrayObject.php b/compat/GenericArrayObject.php
index bf24ab5..2f36042 100644
--- a/compat/GenericArrayObject.php
+++ b/compat/GenericArrayObject.php
@@ -181,7 +181,7 @@
        /**
         * Returns an array holding all the data that should go into 
serialization calls.
         * This is intended to allow overloading without having to reimplement 
the
-        * behaviour of this base class.
+        * behavior of this base class.
         *
         * @since 0.1
         *
diff --git a/includes/differ/ListDiffer.php b/includes/differ/ListDiffer.php
index f072dc1..90d6e2c 100644
--- a/includes/differ/ListDiffer.php
+++ b/includes/differ/ListDiffer.php
@@ -68,7 +68,7 @@
         * Takes an argument that determines the diff mode.
         * By default this is ListDiffer::MODE_STRICT, which causes
         * computation in @see doDiff to be done via @see arrayDiff.
-        * If the native behaviour is preferred, ListDiffer::MODE_NATIVE
+        * If the native behavior is preferred, ListDiffer::MODE_NATIVE
         * can be specified.
         *
         * @since 0.4
@@ -168,4 +168,4 @@
                return $notInTwo;
        }
 
-}
\ No newline at end of file
+}
diff --git a/includes/patcher/MapPatcher.php b/includes/patcher/MapPatcher.php
index 9fc5693..955c12c 100644
--- a/includes/patcher/MapPatcher.php
+++ b/includes/patcher/MapPatcher.php
@@ -80,7 +80,7 @@
         * The array is treated as a map, ie keys are held into account.
         *
         * It is possible to pass in non-associative diffs (those for which 
isAssociative)
-        * returns false, however the likely intended behaviour can be obtained 
via
+        * returns false, however the likely intended behavior can be obtained 
via
         * @see getPatchedList
         *
         * @since 0.4
@@ -146,4 +146,4 @@
                return $base;
        }
 
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/52000
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58eba0685aadfa60461b7516772c92352640b116
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Diff
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to