From f8be34b748600e3d57c1c4c80e6d55a91a7fda12 Mon Sep 17 00:00:00 2001 From: GaryJones Date: Thu, 22 Nov 2012 17:47:43 +0000 Subject: [PATCH] Typo --- src/GaryJones/OAuth/Token.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GaryJones/OAuth/Token.php b/src/GaryJones/OAuth/Token.php index 3ddff68..4491c6c 100644 --- a/src/GaryJones/OAuth/Token.php +++ b/src/GaryJones/OAuth/Token.php @@ -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