From: Siebrand Mazeland Date: Thu, 27 Sep 2012 05:28:22 +0000 (-0700) Subject: Fix typo in docs. X-Git-Tag: 1.31.0-rc.0~22251^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=e9cae10e71532da1bd905f242b972de7c4c72443;p=lhc%2Fweb%2Fwiklou.git Fix typo in docs. Change-Id: I9390711340f2426aaf46762f048738ac3a3de16a --- diff --git a/includes/Message.php b/includes/Message.php index 776a52f677..9d09f00c7d 100644 --- a/includes/Message.php +++ b/includes/Message.php @@ -530,7 +530,7 @@ class Message { /** * Check whether a message does not exist, is an empty string, or is "-" * @since 1.18 - * @return Bool: true if is is and false if not + * @return Bool: true if it is and false if not */ public function isDisabled() { $message = $this->fetchMessage();