summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-01 22:37:17 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-01 22:37:17 -0800
commit0a1042ae9ff54c5b3523e1cf4210c1fade4a9144 (patch)
tree2b9966e8bc51dfab2bf6e4c893177f2cadb34773 /src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs
parent9a90c9cf0884ad7e69de90e9d4dd6a2e50ef86bd (diff)
parent8aa6439564b60e762e66e0055600a0f1a2348803 (diff)
downloadDotNetOpenAuth-0a1042ae9ff54c5b3523e1cf4210c1fade4a9144.zip
DotNetOpenAuth-0a1042ae9ff54c5b3523e1cf4210c1fade4a9144.tar.gz
DotNetOpenAuth-0a1042ae9ff54c5b3523e1cf4210c1fade4a9144.tar.bz2
Merge branch 'v3.2' into mono2
Diffstat (limited to 'src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs')
-rw-r--r--src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs b/src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs
index 309bad3..cbbe28e 100644
--- a/src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs
+++ b/src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs
@@ -26,7 +26,7 @@ namespace DotNetOpenAuth.Messaging {
AuthorizationHeaderRequest = 0x1,
/// <summary>
- /// As the HTTP POST request body with a content-type of application/x-www-form-urlencoded.
+ /// As the HTTP POST request body with a content-type of application/x-www-form-urlencoded.
/// </summary>
PostRequest = 0x2,