summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-10-09 13:15:30 -0700
committerAndrew <andrewarnott@gmail.com>2008-10-09 13:15:30 -0700
commit8b4b94a24edb82609e45b10d32744a2b436d79c6 (patch)
treea85bf9783f6354d29eb44f71511328daaa90cd1a /src
parent35d34e55888d32aac267415b42f57f3d516d2d15 (diff)
downloadDotNetOpenAuth-8b4b94a24edb82609e45b10d32744a2b436d79c6.zip
DotNetOpenAuth-8b4b94a24edb82609e45b10d32744a2b436d79c6.tar.gz
DotNetOpenAuth-8b4b94a24edb82609e45b10d32744a2b436d79c6.tar.bz2
Fixed descriptive comments.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOAuth/Messaging/IProtocolMessage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/Messaging/IProtocolMessage.cs b/src/DotNetOAuth/Messaging/IProtocolMessage.cs
index dac1c11..f96db9e 100644
--- a/src/DotNetOAuth/Messaging/IProtocolMessage.cs
+++ b/src/DotNetOAuth/Messaging/IProtocolMessage.cs
@@ -30,7 +30,7 @@ namespace DotNetOAuth.Messaging {
MessageTransport Transport { get; }
/// <summary>
- /// Gets the extra, non-OAuth parameters that will be included in the request.
+ /// Gets the extra, non-OAuth parameters included in the message.
/// </summary>
/// <remarks>
/// Implementations of this interface should ensure that this property never returns null.