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

Change subject: Fix typo in sql comment
......................................................................


Fix typo in sql comment

Change-Id: I8038ac1e582878a11cefdbeb1479032a5b261794
---
M sql/bounce_records.sql
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/sql/bounce_records.sql b/sql/bounce_records.sql
index 8434dd5..190db98 100644
--- a/sql/bounce_records.sql
+++ b/sql/bounce_records.sql
@@ -4,7 +4,7 @@
 
 CREATE TABLE /*_*/bounce_records (
        br_id           INT unsigned        NOT NULL PRIMARY KEY auto_increment,
-       br_user         VARCHAR(255)    NOT NULL, -- Email Id of failing 
recieptent
+       br_user         VARCHAR(255)    NOT NULL, -- Email Id of failing 
recipient
        br_timestamp    varbinary(14)   NOT NULL,
-       br_reason       VARCHAR(255)    NOT NULL  -- Failure  reasons
+       br_reason       VARCHAR(255)    NOT NULL  -- Failure reasons
 )/*$wgDBTableOptions*/;
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8038ac1e582878a11cefdbeb1479032a5b261794
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BounceHandler
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to