summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-04-15 18:50:35 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-04-15 19:55:07 -0700
commit0a12450b6962fb8bb43b55d74f42f22e0c912aa0 (patch)
tree7e83be9c78e88b9405d7a63560f0bf06163ed1d7
parente4052dbfc0df49d8bbdd1795605f3745656d537d (diff)
downloadDotNetOpenAuth-0a12450b6962fb8bb43b55d74f42f22e0c912aa0.zip
DotNetOpenAuth-0a12450b6962fb8bb43b55d74f42f22e0c912aa0.tar.gz
DotNetOpenAuth-0a12450b6962fb8bb43b55d74f42f22e0c912aa0.tar.bz2
Corrected copy-paste error.
-rw-r--r--src/DotNetOpenAuth/OAuth/Protocol.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OAuth/Protocol.cs b/src/DotNetOpenAuth/OAuth/Protocol.cs
index a524ba7..6eecd8e 100644
--- a/src/DotNetOpenAuth/OAuth/Protocol.cs
+++ b/src/DotNetOpenAuth/OAuth/Protocol.cs
@@ -83,7 +83,7 @@ namespace DotNetOpenAuth.OAuth {
internal static readonly List<Protocol> AllVersions = new List<Protocol>() { V10a, V10 };
/// <summary>
- /// The default (or most recent) supported version of the OpenID protocol.
+ /// The default (or most recent) supported version of the OAuth protocol.
/// </summary>
internal static readonly Protocol Default = AllVersions[0];