Fixed comment typo
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 2 Dec 2011 07:45:20 +0000 (07:45 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 2 Dec 2011 07:45:20 +0000 (07:45 +0000)
includes/Status.php

index da22033..e9f3fb9 100644 (file)
@@ -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 ) {