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

@ -35,7 +35,7 @@ abstract class Formatter {
}
/**
* Formats a Time to H:M:S
* Format a Time to H:M:S
*
* @param int $seconds
* @return string
@ -54,9 +54,9 @@ abstract class Formatter {
}
/**
* Formatts a Elapset time String (2 days ago...) by a given timestamp
* Format an elapsed time String (2 days ago...) by a given timestamp
*
* @param $ptime
* @param int $ptime
* @return string
*/
public static function time_elapsed_string($ptime) {
@ -79,7 +79,7 @@ abstract class Formatter {
}
/**
* Formats the given Time (Seconds) to hh:mm:ss
* Format the given Time (Seconds) to hh:mm:ss
*
* @param int $seconds
* @return string