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

Change subject: Fix typo in UploadFromRequest
......................................................................


Fix typo in UploadFromRequest

Change-Id: I9e7d5cfeb16d8e657a1c30d7d2fdcc7021491086
---
M includes/UploadFromRequest.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Prtksxna: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/UploadFromRequest.php b/includes/UploadFromRequest.php
index 45a3dd0..9eccead 100644
--- a/includes/UploadFromRequest.php
+++ b/includes/UploadFromRequest.php
@@ -132,7 +132,7 @@
 
                wfDebugLog( 'fileupload', $status );
                if ( $status->isOk() ) {
-                       wfDebugLog( 'fileupload', 'Download from request 
completed successfuly.' );
+                       wfDebugLog( 'fileupload', 'Download from request 
completed successfully.' );
                } else {
                        wfDebugLog(
                                'fileupload',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9e7d5cfeb16d8e657a1c30d7d2fdcc7021491086
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ImageTweaks
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: Prtksxna <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to