Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seantomburke committed Feb 10, 2014
1 parent 9d9654b commit d24ca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

if(strlen($event['name']) < 2)
{
$error_message[$errors] = 'Event name is to long';
$error_message[$errors] = 'Event name is too long';
$errors++;
$error_name = 'error';
}
Expand Down

0 comments on commit d24ca12

Please sign in to comment.