From 09732c2b128f5ec30007842d5156037b5ba461df Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 2 Dec 2011 07:45:20 +0000 Subject: [PATCH] Fixed comment typo --- includes/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Status.php b/includes/Status.php index da22033c0a..e9f3fb91fa 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -51,7 +51,7 @@ class Status { /** * Change operation result * - * @param $ok Boolean: whether to operation completed + * @param $ok Boolean: whether the operation completed * @param $value Mixed */ function setResult( $ok, $value = null ) { -- 2.20.1