fix typo from r83073
authorSam Reed <reedy@users.mediawiki.org>
Wed, 2 Mar 2011 10:59:30 +0000 (10:59 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 2 Mar 2011 10:59:30 +0000 (10:59 +0000)
includes/Linker.php

index 6f0e823..32f1a57 100644 (file)
@@ -358,7 +358,7 @@ class Linker {
         * as the bold link text. The calling sequence is the same as the other make*LinkObj functions,
         * despite $query not being used.
         *
-        * @oaram $nt Title
+        * @param $nt Title
         */
        function makeSelfLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) {
                if ( $text == '' ) {