Jeroen De Dauw has submitted this change and it was merged.

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


Use American English spelling for behavior

Change-Id: I3ffb03bb2ac352217005e7f426ca11ab5ebd1004
---
M specials/SpecialContestWelcome.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/specials/SpecialContestWelcome.php 
b/specials/SpecialContestWelcome.php
index 26999b4..3b4d83f 100644
--- a/specials/SpecialContestWelcome.php
+++ b/specials/SpecialContestWelcome.php
@@ -76,7 +76,7 @@
                $contests = array();
 
                // It can also be expired, but this is stored as active in the 
db, so matches the selection.
-               // It'd be better to get rid of this special behaviour so this 
kind of code is not needed.
+               // It'd be better to get rid of this special behavior so this 
kind of code is not needed.
                foreach ( $c as /* Contest */ $contest ) {
                        if ( $contest->getStatus() == Contest::STATUS_ACTIVE ) {
                                $contests[] = $contest;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3ffb03bb2ac352217005e7f426ca11ab5ebd1004
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Contest
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Rahul21 <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>

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

Reply via email to