summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-05 20:38:05 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-05 20:38:05 -0800
commit63b00e5c9aba245e02e6f68d6db7323275dc9d4f (patch)
tree556c227ea344a5d86d6cb1ce31337fc12eb3abf5 /src
parent2110f8d62208df2dc8b5998988c9d3c94fa69741 (diff)
downloadDotNetOpenAuth-63b00e5c9aba245e02e6f68d6db7323275dc9d4f.zip
DotNetOpenAuth-63b00e5c9aba245e02e6f68d6db7323275dc9d4f.tar.gz
DotNetOpenAuth-63b00e5c9aba245e02e6f68d6db7323275dc9d4f.tar.bz2
Fixed typo.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs b/src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs
index b4174bc..de4d023 100644
--- a/src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs
+++ b/src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs
@@ -222,7 +222,7 @@ namespace DotNetOpenAuth.InfoCard {
#region Properties
/// <summary>
- /// Gets the set of claims that are requested from the Information Card..
+ /// Gets the set of claims that are requested from the Information Card.
/// </summary>
[Description("Specifies the required and optional claims.")]
[PersistenceMode(PersistenceMode.InnerProperty), Category(InfoCardCategory)]