Yaron Koren has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/330225 )

Change subject: Typo fixes
......................................................................


Typo fixes

Change-Id: I8eb6ad556cee11f63fa0f4bbeea3940e5dcdfdee
---
M includes/PF_AutocompleteAPI.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/includes/PF_AutocompleteAPI.php b/includes/PF_AutocompleteAPI.php
index bd0765e..fdb9554 100644
--- a/includes/PF_AutocompleteAPI.php
+++ b/includes/PF_AutocompleteAPI.php
@@ -146,7 +146,7 @@
        }
 
        protected function getDescription() {
-               return 'Autocompletion call used by the Page Forms extension 
(http://www.mediawiki.org/Extension:Page_F)';
+               return 'Autocompletion call used by the Page Forms extension 
(https://www.mediawiki.org/Extension:Page_Forms)';
        }
 
        protected function getExamples() {
@@ -333,7 +333,7 @@
                $queryResults = $sqlQuery->run();
 
                foreach ( $queryResults as $row ) {
-                       // @TODO - this check should not be neceaary.
+                       // @TODO - this check should not be necessary.
                        if ( ( $value = $row[$cargoFieldAlias] ) != '' ) {
                                $values[] = $value;
                        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8eb6ad556cee11f63fa0f4bbeea3940e5dcdfdee
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/PageForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: Yaron Koren <yaro...@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