summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/MessageScheme.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOAuth/MessageScheme.cs')
-rw-r--r--src/DotNetOAuth/MessageScheme.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/MessageScheme.cs b/src/DotNetOAuth/MessageScheme.cs
index ab42f28..282194f 100644
--- a/src/DotNetOAuth/MessageScheme.cs
+++ b/src/DotNetOAuth/MessageScheme.cs
@@ -4,7 +4,7 @@ using System.Text;
namespace DotNetOAuth {
/// <summary>
- /// The methods available for the Consumer to send messages to the Service Provider.
+ /// The methods available for the Consumer to send direct messages to the Service Provider.
/// </summary>
/// <remarks>
/// See 1.0 spec section 5.2.