This commit is contained in:
GaryJones 2012-11-22 17:47:43 +00:00
parent fce57a4e6e
commit f8be34b748
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace GaryJones\OAuth;
/**
* Token holds the properties of a single token.
*
* This class deals with both temporary (request) and token (access) credntials.
* This class deals with both temporary (request) and token (access) credentials.
*
* @package OAuth
* @author Gary Jones <gary@garyjones.co.uk>