From 545ecfa121fed9ab992208afd3f6a5fef77d0202 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 19 May 2009 23:27:53 +0000 Subject: [PATCH] Fix typo in comment --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 72940cc7a9..2aaaf15c60 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1875,7 +1875,7 @@ class OutputPage { * * In the $wrap, $1 is replaced with the first message, $2 with the second, and so * on. The subsequent arguments may either be strings, in which case they are the - * message names, or an arrays, in which case the first element is the message name, + * message names, or arrays, in which case the first element is the message name, * and subsequent elements are the parameters to that message. * * The special named parameter 'options' in a message specification array is passed -- 2.20.1