jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/338736 )

Change subject: Fix a typo in an error message in 
TermChangeOpSerializationValidator
......................................................................


Fix a typo in an error message in TermChangeOpSerializationValidator

Change-Id: Ic391121f4a6294a23a424da23f53ba2ed28c4130
---
M repo/includes/ChangeOp/Deserialization/TermChangeOpSerializationValidator.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aleksey Bekh-Ivanov (WMDE): Looks good to me, approved
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved



diff --git 
a/repo/includes/ChangeOp/Deserialization/TermChangeOpSerializationValidator.php 
b/repo/includes/ChangeOp/Deserialization/TermChangeOpSerializationValidator.php
index d87947d..c277262 100644
--- 
a/repo/includes/ChangeOp/Deserialization/TermChangeOpSerializationValidator.php
+++ 
b/repo/includes/ChangeOp/Deserialization/TermChangeOpSerializationValidator.php
@@ -69,7 +69,7 @@
                        $this->assertString(
                                $serialization['value'],
                                'A string was expected, but not found in the 
term serialization '
-                                       . "for the langauge code $languageCode 
and key 'value'"
+                                       . "for the language code $languageCode 
and key 'value'"
                        );
                }
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic391121f4a6294a23a424da23f53ba2ed28c4130
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: WMDE-leszek <[email protected]>
Gerrit-Reviewer: Aleksey Bekh-Ivanov (WMDE) <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to