Index: trunk/phase3/includes/ChangeTags.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | /** |
11 | 11 | * Creates HTML for the given tags |
12 | 12 | * |
13 | | - * @param $tags String: Comma-seperated list of tags |
| 13 | + * @param $tags String: Comma-separated list of tags |
14 | 14 | * @param $page String: A label for the type of action which is being displayed, |
15 | 15 | * for example: 'history', 'contributions' or 'newpages' |
16 | 16 | * |