summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Protocol.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId/Protocol.cs')
-rw-r--r--src/DotNetOpenId/Protocol.cs2
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>