Docummentation minor fixes.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 11 Nov 2010 23:04:55 +0000 (23:04 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 11 Nov 2010 23:04:55 +0000 (23:04 +0000)
includes/installer/Installer.php
includes/memcached-client.php

index 1bfc4c5..86444a5 100644 (file)
@@ -217,7 +217,7 @@ abstract class Installer {
 
        /**
         * Determine if LocalSettings exists. If it does, return an appropriate
-        * status for whether we should can upgrade or not.
+        * status for whether upgrading is enabled or not.
         *
         * @return Status
         */
@@ -306,7 +306,7 @@ abstract class Installer {
         * external links work just fine.
         *
         * But in case a translator decides to throw in a #ifexist or internal link or
-        * whatever, this function is guarded to catch attempted DB access and to present
+        * whatever, this function is guarded to catch the attempted DB access and to present
         * some fallback text.
         *
         * @param $text String
@@ -867,7 +867,7 @@ abstract class Installer {
         * @param $path String: path to search
         * @param $names Array of executable names
         * @param $versionInfo Boolean false or array with two members:
-        *               0 => Command to run for version check, with $1 for the path
+        *               0 => Command to run for version check, with $1 for the full executable name
         *               1 => String to compare the output with
         *
         * If $versionInfo is not false, only executables with a version
index feb9166..e12e332 100644 (file)
@@ -289,7 +289,7 @@ class MWMemcached {
        // {{{ decr()
 
        /**
-        * Decriment a value stored on the memcache server
+        * Decrement a value stored on the memcache server
         *
         * @param $key String: key to decriment
         * @param $amt Integer: (optional) amount to decriment