r76545 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76544‎ | r76545 | r76546 >
Date:23:04, 11 November 2010
Author:platonides
Status:resolved (Comments)
Tags:
Comment:
Docummentation minor fixes.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)
  • /trunk/phase3/includes/memcached-client.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -217,7 +217,7 @@
218218
219219 /**
220220 * Determine if LocalSettings exists. If it does, return an appropriate
221 - * status for whether we should can upgrade or not.
 221+ * status for whether upgrading is enabled or not.
222222 *
223223 * @return Status
224224 */
@@ -306,7 +306,7 @@
307307 * external links work just fine.
308308 *
309309 * But in case a translator decides to throw in a #ifexist or internal link or
310 - * whatever, this function is guarded to catch attempted DB access and to present
 310+ * whatever, this function is guarded to catch the attempted DB access and to present
311311 * some fallback text.
312312 *
313313 * @param $text String
@@ -867,7 +867,7 @@
868868 * @param $path String: path to search
869869 * @param $names Array of executable names
870870 * @param $versionInfo Boolean false or array with two members:
871 - * 0 => Command to run for version check, with $1 for the path
 871+ * 0 => Command to run for version check, with $1 for the full executable name
872872 * 1 => String to compare the output with
873873 *
874874 * If $versionInfo is not false, only executables with a version
Index: trunk/phase3/includes/memcached-client.php
@@ -289,7 +289,7 @@
290290 // {{{ decr()
291291
292292 /**
293 - * Decriment a value stored on the memcache server
 293+ * Decrement a value stored on the memcache server
294294 *
295295 * @param $key String: key to decriment
296296 * @param $amt Integer: (optional) amount to decriment

Follow-up revisions

RevisionCommit summaryAuthorDate
r77341Fix per r76545 CR.platonides19:16, 26 November 2010

Comments

#Comment by Nikerabbit (talk | contribs)   08:05, 12 November 2010

You missed the same misspelling of decrement in the params. It should also say decrease instead of decrement since the amount can be specified.

Status & tagging log