Merge pull request #284 from mortenhauberg/fix-misspelling

Changed "paremter" to "parameter"
This commit is contained in:
Alex Bilbie 2014-12-16 19:48:40 +00:00
commit 44ac01ee0e

View File

@ -181,7 +181,7 @@ class AuthorizationServer extends AbstractServer
}
/**
* Require the "state" paremter in checkAuthoriseParams()
* Require the "state" parameter in checkAuthoriseParams()
*
* @return bool
*/
@ -191,7 +191,7 @@ class AuthorizationServer extends AbstractServer
}
/**
* Require the "state" paremter in checkAuthoriseParams()
* Require the "state" parameter in checkAuthoriseParams()
*
* @param boolean $require
*