diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-15 22:15:01 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-15 22:17:25 -0700 |
commit | e2faa0032bcd76d7cc83e81bac7d9a69dfeb35d1 (patch) | |
tree | c56cf525bb80dc1a5bee6766d557ebfed230a189 | |
parent | b6538d4e180424d418624fbf4ec46d6f4f0374e9 (diff) | |
download | DotNetOpenAuth-e2faa0032bcd76d7cc83e81bac7d9a69dfeb35d1.zip DotNetOpenAuth-e2faa0032bcd76d7cc83e81bac7d9a69dfeb35d1.tar.gz DotNetOpenAuth-e2faa0032bcd76d7cc83e81bac7d9a69dfeb35d1.tar.bz2 |
comment fix
-rw-r--r-- | src/DotNetOpenAuth/OAuth/Messages/AuthorizedTokenRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OAuth/Messages/AuthorizedTokenRequest.cs b/src/DotNetOpenAuth/OAuth/Messages/AuthorizedTokenRequest.cs index 1228290..02c6c1d 100644 --- a/src/DotNetOpenAuth/OAuth/Messages/AuthorizedTokenRequest.cs +++ b/src/DotNetOpenAuth/OAuth/Messages/AuthorizedTokenRequest.cs @@ -42,7 +42,7 @@ namespace DotNetOpenAuth.OAuth.Messages { public string VerificationCode { get; set; } /// <summary> - /// Gets or sets the unauthorized Request Token used to obtain authorization. + /// Gets or sets the authorized Request Token used to obtain authorization. /// </summary> [MessagePart("oauth_token", IsRequired = true)] internal string RequestToken { get; set; } |