Skip to content

Commit

Permalink
Fixed typos in docBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jul 14, 2018
1 parent 4f6d2d1 commit 434638b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _protected/framework/Layout/Form/Form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static function tooManyEmailsMsg()
/**
* Wait to write a new message (mainly to reduce spam).
*
* @param int $iWaitTime (in munutes)
* @param int $iWaitTime (in minutes)
*
* @return string
*/
Expand All @@ -121,7 +121,7 @@ public static function waitWriteMsg($iWaitTime)
/**
* Wait to new registration (mainly to reduce spam).
*
* @param int $iWaitTime (in munutes)
* @param int $iWaitTime (in minutes)
*
* @return string
*/
Expand Down

0 comments on commit 434638b

Please sign in to comment.