Merge "Fix Postgres support"
[lhc/web/wiklou.git] / includes / MimeMagic.php
index f062d13..8670729 100644 (file)
@@ -28,7 +28,7 @@ class MimeMagic extends MimeAnalyzer {
        /**
         * Get an instance of this class
         * @return MimeMagic
-        * @deprecated since 1.28 get a MimeAnalyzer instance form MediaWikiServices
+        * @deprecated since 1.28 get a MimeAnalyzer instance from MediaWikiServices
         */
        public static function singleton() {
                // XXX: We know that the MimeAnalyzer is currently an instance of MimeMagic