From 87d4223c0a69860d002c6affd094332cb462bb58 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 3 Dec 2010 19:56:08 +0000 Subject: [PATCH] typo (fu r77320) --- includes/BagOStuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/BagOStuff.php b/includes/BagOStuff.php index d2badc0bcc..d5f49e236c 100644 --- a/includes/BagOStuff.php +++ b/includes/BagOStuff.php @@ -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 */ -- 2.20.1