From: Michael J. Rubinsky Date: Thu, 5 Mar 2009 23:09:17 +0000 (-0500) Subject: Spelling X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=317dca7c919531394c648da9bd895441886cb6ac;p=horde.git Spelling --- 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;