From 5c51397edbc3d9062a872a12ac69b4e245e8cc70 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 2 Mar 2011 10:59:30 +0000 Subject: [PATCH] fix typo from r83073 --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == '' ) { -- 2.20.1