Merge "Disable expensive {{REVISIONID}} magic word in miser mode"
[lhc/web/wiklou.git] / languages / classes / LanguageQqx.php
index 1ee398d..5204fb5 100644 (file)
@@ -26,7 +26,7 @@
  * This does not affect untranslated messages.
  *
  * NOTE: It returns a valid title, because there are some poorly written
- * extentions that assume the contents of some messages are valid.
+ * extensions that assume the contents of some messages are valid.
  *
  * @ingroup Language
  */
@@ -35,7 +35,7 @@ class LanguageQqx extends Language {
         * @param string $key
         * @return string
         */
-       function getMessage( $key ) {
+       public function getMessage( $key ) {
                return "($key$*)";
        }
 }