From ab7b20403f37ca21384f929e3df636efba030bd4 Mon Sep 17 00:00:00 2001 From: Aaron Lerch Date: Fri, 2 Mar 2012 10:46:27 -0500 Subject: [PATCH] Fix typo in RestClient.CookieContainer documentation. "No bug left behind." --- RestSharp/RestClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RestSharp/RestClient.cs b/RestSharp/RestClient.cs index 2a0e873dc..676240139 100644 --- a/RestSharp/RestClient.cs +++ b/RestSharp/RestClient.cs @@ -229,7 +229,7 @@ IDeserializer GetHandler(string contentType) public bool FollowRedirects { get; set; } /// - /// The CookieContainer used fo requests made by this client instance + /// The CookieContainer used for requests made by this client instance /// public CookieContainer CookieContainer { get; set; }