From 317dca7c919531394c648da9bd895441886cb6ac Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 5 Mar 2009 18:09:17 -0500 Subject: [PATCH] Spelling --- framework/Http_Client/lib/Horde/Http/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Http_Client/lib/Horde/Http/Client.php b/framework/Http_Client/lib/Horde/Http/Client.php index 0ed43653a..faffc647a 100644 --- a/framework/Http_Client/lib/Horde/Http/Client.php +++ b/framework/Http_Client/lib/Horde/Http/Client.php @@ -219,7 +219,7 @@ class Horde_Http_Client } } - // Concantenate the headers + // Concatenate the headers $hdr = array(); foreach ($headers as $header => $value) { $hdr[] = $header . ': ' . $value; -- 2.11.0