Merge "Follow-up a57b64436cf2: Correct @deprecated version"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 1 Mar 2017 05:43:14 +0000 (05:43 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 1 Mar 2017 05:43:15 +0000 (05:43 +0000)
api.php

diff --git a/api.php b/api.php
index 6e75fb7..a6ce3b2 100644 (file)
--- a/api.php
+++ b/api.php
@@ -63,7 +63,7 @@ RequestContext::getMain()->setTitle( $wgTitle );
 try {
        /* Construct an ApiMain with the arguments passed via the URL. What we get back
         * is some form of an ApiMain, possibly even one that produces an error message,
-        * but we don't care here, as that is handled by the ctor.
+        * but we don't care here, as that is handled by the constructor.
         */
        $processor = new ApiMain( RequestContext::getMain(), $wgEnableWriteAPI );