From: Aaron Schulz Date: Fri, 2 Dec 2011 07:45:20 +0000 (+0000) Subject: Fixed comment typo X-Git-Tag: 1.31.0-rc.0~26195 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=09732c2b128f5ec30007842d5156037b5ba461df;p=lhc%2Fweb%2Fwiklou.git Fixed comment typo --- 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 ) {