jenkins-bot has submitted this change and it was merged.

Change subject: Renamed SCRIPT_DEPRECTED to SCRIPT_DEPRECATED in 
Antispoof_body.php
......................................................................


Renamed SCRIPT_DEPRECTED to SCRIPT_DEPRECATED in Antispoof_body.php

SCRIPT_DEPRECATED was entered as SCRIPT_DEPRECTED in
Antispoof_body.php possibly due to typing error, this was corrected.

Bug: 40649
Change-Id: Ic42510ec2c6a5c75850848c6ae7cd4a278cc34d5
---
M AntiSpoof_body.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  Addshore: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/AntiSpoof_body.php b/AntiSpoof_body.php
index c485c12..34ba7ba 100644
--- a/AntiSpoof_body.php
+++ b/AntiSpoof_body.php
@@ -375,7 +375,7 @@
                if ( $unassigned !== False ) {
                        return self::badCharErr( 'antispoof-unassigned', 
$testChars[$unassigned] );
                }
-               $deprecated = array_search( "SCRIPT_DEPRECTED", $testScripts );
+               $deprecated = array_search( "SCRIPT_DEPRECATED", $testScripts );
                if ( $deprecated !== False ) {
                        return self::badCharErr( 'antispoof-deprecated', 
$testChars[$deprecated] );
                }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic42510ec2c6a5c75850848c6ae7cd4a278cc34d5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AntiSpoof
Gerrit-Branch: master
Gerrit-Owner: Arav93 <arav...@gmail.com>
Gerrit-Reviewer: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Liangent <liang...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to