From: Sam Reed Date: Wed, 2 Mar 2011 10:59:30 +0000 (+0000) Subject: fix typo from r83073 X-Git-Tag: 1.31.0-rc.0~31693 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=5c51397edbc3d9062a872a12ac69b4e245e8cc70;p=lhc%2Fweb%2Fwiklou.git fix typo from r83073 --- diff --git a/includes/Linker.php b/includes/Linker.php index 6f0e823b34..32f1a57c4a 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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 == '' ) {