From c10af6e11f1972449b1f0d8ee68dc0acfd489cb5 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 11 Nov 2010 23:04:55 +0000 Subject: [PATCH] Docummentation minor fixes. --- includes/installer/Installer.php | 6 +++--- includes/memcached-client.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 1bfc4c5c49..86444a543e 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -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 diff --git a/includes/memcached-client.php b/includes/memcached-client.php index feb9166af8..e12e332131 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -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 -- 2.20.1