typo (fu r77320)
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 3 Dec 2010 19:56:08 +0000 (19:56 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 3 Dec 2010 19:56:08 +0000 (19:56 +0000)
includes/BagOStuff.php

index d2badc0..d5f49e2 100644 (file)
@@ -131,7 +131,7 @@ abstract class BagOStuff {
        }
 
        /**
-        * @param $key String: Key yo increase
+        * @param $key String: Key to increase
         * @param $value Integer: Value to add to $key (Default 1)
         * @return null if lock is not possible else $key value increased by $value
         */