Fix typo in docs.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 27 Sep 2012 05:28:22 +0000 (22:28 -0700)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 27 Sep 2012 05:28:22 +0000 (22:28 -0700)
Change-Id: I9390711340f2426aaf46762f048738ac3a3de16a

includes/Message.php

index 776a52f..9d09f00 100644 (file)
@@ -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();