diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-07 21:35:21 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-07 21:40:43 -0700 |
commit | 7e0863f2958c4fabd5a1aee4675ec72c0135e8a8 (patch) | |
tree | 9db99014e700de9a4e8737f72777db1d3f025a9c /src/DotNetOpenId/Protocol.cs | |
parent | cb2449875980e403bba73ed0a4b07a321be621be (diff) | |
download | DotNetOpenAuth-7e0863f2958c4fabd5a1aee4675ec72c0135e8a8.zip DotNetOpenAuth-7e0863f2958c4fabd5a1aee4675ec72c0135e8a8.tar.gz DotNetOpenAuth-7e0863f2958c4fabd5a1aee4675ec72c0135e8a8.tar.bz2 |
Added a more descriptive and helpful message to nonce expiration log messages.
Diffstat (limited to 'src/DotNetOpenId/Protocol.cs')
-rw-r--r-- | src/DotNetOpenId/Protocol.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenId/Protocol.cs b/src/DotNetOpenId/Protocol.cs index df26e55..f0af0ea 100644 --- a/src/DotNetOpenId/Protocol.cs +++ b/src/DotNetOpenId/Protocol.cs @@ -292,7 +292,7 @@ namespace DotNetOpenId { /// <remarks>
/// This is used to calculate the length of time that nonces are stored.
/// This is internal until we can decide whether to leave this static, or make
- /// it an instance member, or put it inside the IConsumerAppliationStore interface.
+ /// it an instance member, or put it inside the IConsumerApplicationStore interface.
/// </remarks>
internal static TimeSpan MaximumUserAgentAuthenticationTime = TimeSpan.FromMinutes(5);
/// <summary>
|