Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
paul999 authored Jul 25, 2016
1 parent 70af9aa commit 6d4d71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/Tests/epv_test_validate_event_names.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function validateDirectory(array $dirList)
}

$events = $exporter->get_events();
// event names are requierd to be lowercase
// event names are required to be lowercase
// event names should end with a dot to seperate the vendor.name and the actual event name.
$vendor = strtolower(str_replace('/', '.', $this->namespace)) + '.';

Expand Down

0 comments on commit 6d4d71c

Please sign in to comment.