Amire80 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/371746 )

Change subject: Fix spelling of "cookie"
......................................................................

Fix spelling of "cookie"

Change-Id: I38009f94831a08d49373429b98e2ba92a3db95c1
---
M i18n/en.json
M sql/Survey.sql
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Survey 
refs/changes/46/371746/1

diff --git a/i18n/en.json b/i18n/en.json
index 17199bc..0544d32 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -114,7 +114,7 @@
        "apihelp-addsurvey-param-user_type": "Type of users that can 
participate in the survey.",
        "apihelp-addsurvey-param-namespaces": "Namespaces on which the survey 
can be displayed.",
        "apihelp-addsurvey-param-ratio": "Percentage of users to show the 
survey to.",
-       "apihelp-addsurvey-param-expiry": "Coockie expiry time for the survey.",
+       "apihelp-addsurvey-param-expiry": "Cookie expiry time for the survey.",
        "apihelp-addsurvey-param-min_pages": "Min amount of pages the user 
needs to view before getting the survey.",
        "apihelp-deletesurvey-summary": "API module for deleting surveys.",
        "apihelp-deletesurvey-param-ids": "The IDs of the surveys to delete.",
@@ -132,7 +132,7 @@
        "apihelp-editsurvey-param-user_type": "Type of users that can 
participate in the survey.",
        "apihelp-editsurvey-param-namespaces": "Namespaces on which the survey 
can be displayed.",
        "apihelp-editsurvey-param-ratio": "Percentage of users to show the 
survey to.",
-       "apihelp-editsurvey-param-expiry": "Coockie expiry time for the 
survey.",
+       "apihelp-editsurvey-param-expiry": "Cookie expiry time for the survey.",
        "apihelp-editsurvey-param-min_pages": "Min amount of pages the user 
needs to view before getting the survey.",
        "apihelp-submitsurvey-summary": "API module to submit a survey.",
        "apihelp-submitsurvey-param-id": "The ID of the survey being 
submitted.",
diff --git a/sql/Survey.sql b/sql/Survey.sql
index a281556..9eaf688 100644
--- a/sql/Survey.sql
+++ b/sql/Survey.sql
@@ -14,7 +14,7 @@
   survey_user_type         TINYINT unsigned    NOT NULL default '0', -- Type 
of users that can participate in the survey
   survey_namespaces        BLOB                NOT NULL, -- Namespaces on 
which the survey can be displayed
   survey_ratio             TINYINT unsigned    NOT NULL, -- Percentage of 
users to show the survey to
-  survey_expiry            INT unsigned        NOT NULL, -- Coockie expiry 
time for the survey
+  survey_expiry            INT unsigned        NOT NULL, -- Cookie expiry time 
for the survey
   survey_min_pages         TINYINT unsigned    NOT NULL -- Min amount of pages 
the user needs to view before getting the survey
 ) /*$wgDBTableOptions*/;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I38009f94831a08d49373429b98e2ba92a3db95c1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Survey
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>

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

Reply via email to