Skip to content

Commit

Permalink
CHG: fixed spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBertie committed Dec 4, 2011
1 parent 4e8c9a5 commit 3571ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax.php
Expand Up @@ -212,7 +212,7 @@ function build_calendar($opt) {
} }
$cal .= '</tr>'; $cal .= '</tr>';
} }
// separater between years in a range // separator between years in a range
if ($year_num != $last_year) { if ($year_num != $last_year) {
$cal .= '<tr class="blank"><td></td></tr>'; $cal .= '<tr class="blank"><td></td></tr>';
} }
Expand Down

0 comments on commit 3571ce4

Please sign in to comment.