Siebrand has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Contest 
refs/changes/99/51999/1

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: newchange
Gerrit-Change-Id: I3ffb03bb2ac352217005e7f426ca11ab5ebd1004
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Contest
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