diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-05 20:38:05 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-05 20:38:05 -0800 |
commit | 63b00e5c9aba245e02e6f68d6db7323275dc9d4f (patch) | |
tree | 556c227ea344a5d86d6cb1ce31337fc12eb3abf5 | |
parent | 2110f8d62208df2dc8b5998988c9d3c94fa69741 (diff) | |
download | DotNetOpenAuth-63b00e5c9aba245e02e6f68d6db7323275dc9d4f.zip DotNetOpenAuth-63b00e5c9aba245e02e6f68d6db7323275dc9d4f.tar.gz DotNetOpenAuth-63b00e5c9aba245e02e6f68d6db7323275dc9d4f.tar.bz2 |
Fixed typo.
-rw-r--r-- | src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs | 2 |
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)] |