Skip to content

Commit

Permalink
Merge pull request #1829 from eco/patch-9
Browse files Browse the repository at this point in the history
Typo "enconding"
  • Loading branch information
9rnsr committed Jan 3, 2014
2 parents a37bbe8 + 8f6394e commit bc3cf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/net/curl.d
Expand Up @@ -861,7 +861,7 @@ private auto _decodeContent(T)(ubyte[] content, string encoding)

auto strInfo = decodeString(content, scheme);
enforceEx!CurlException(strInfo[0] != size_t.max,
format("Invalid encoding sequence for enconding '%s'",
format("Invalid encoding sequence for encoding '%s'",
encoding));

return strInfo[1];
Expand Down

0 comments on commit bc3cf4a

Please sign in to comment.