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: Ic9acb495fded415e48ac32cc713afb4a83e9ae7f --- M includes/ParamProcessor/Options.php M releasenotes/RELEASE-NOTES 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Mwalker: Looks good to me, approved Jeroen De Dauw: Verified; Looks good to me, approved diff --git a/includes/ParamProcessor/Options.php b/includes/ParamProcessor/Options.php index 4f097ca..dcfbadb 100644 --- a/includes/ParamProcessor/Options.php +++ b/includes/ParamProcessor/Options.php @@ -3,7 +3,7 @@ namespace ParamProcessor; /** - * Object for holding options affecting the behaviour of a ParamProcessor object. + * Object for holding options affecting the behavior of a ParamProcessor object. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/releasenotes/RELEASE-NOTES b/releasenotes/RELEASE-NOTES index 96ec2bc..4337aca 100644 --- a/releasenotes/RELEASE-NOTES +++ b/releasenotes/RELEASE-NOTES @@ -103,7 +103,7 @@ === Validator 0.4.3.1 === (2011-01-20) -* Removed underscore and space switching behaviour for tag extensions and parser functions. +* Removed underscore and space switching behavior for tag extensions and parser functions. === Validator 0.4.3 === (2011-01-11) -- To view, visit https://gerrit.wikimedia.org/r/52017 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic9acb495fded415e48ac32cc713afb4a83e9ae7f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Validator Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Mwalker <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
