summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-06-19 17:27:18 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-06-19 17:27:18 -0700
commit82c34d3f7e46f113b1c13145da0c388d9c328215 (patch)
tree18312208d8d0b08f3aa055a573116c33a268bd37 /src/DotNetOpenAuth/Messaging/HttpDeliveryMethods.cs
parentc071c9469d444ba356840b4ae0bc07b617147480 (diff)
parent42ec238847675f5943468fc6fc22b0e0bbf43f1c (diff)
downloadDotNetOpenAuth-82c34d3f7e46f113b1c13145da0c388d9c328215.zip
DotNetOpenAuth-82c34d3f7e46f113b1c13145da0c388d9c328215.tar.gz
DotNetOpenAuth-82c34d3f7e46f113b1c13145da0c388d9c328215.tar.bz2
Merge branch 'v3.0' into v3.1
Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs
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,