Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1875,7 +1875,7 @@ |
1876 | 1876 | * |
1877 | 1877 | * In the $wrap, $1 is replaced with the first message, $2 with the second, and so |
1878 | 1878 | * on. The subsequent arguments may either be strings, in which case they are the |
1879 | | - * message names, or an arrays, in which case the first element is the message name, |
| 1879 | + * message names, or arrays, in which case the first element is the message name, |
1880 | 1880 | * and subsequent elements are the parameters to that message. |
1881 | 1881 | * |
1882 | 1882 | * The special named parameter 'options' in a message specification array is passed |