fixed typos / spelling

This commit is contained in:
Steffen Schröder
2014-05-02 15:26:07 +02:00
parent 36b76da5c9
commit e87a454ba7
7 changed files with 11 additions and 11 deletions

View File

@ -39,7 +39,7 @@ class TimerManager {
}
/**
* Unregisters a Timer Listening
* Unregister a Timer Listening
* @param TimerListener $listener
* @param $method
* @return bool
@ -55,7 +55,7 @@ class TimerManager {
}
/**
* Registers a Timing Listening, note < 10ms it can get inaccurate
* Register a Timing Listening, note < 10ms it can get inaccurate
*
* @param TimerListener $listener
* @param $method