aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-lib
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-10-21 04:31:17 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-10-21 04:31:17 +0200
commit7e426913cee72ef5e65289f5374b0e17274bf5aa (patch)
tree1a1c7b908dc69678c3909bc8f421bd6e4e60fd01 /src/exchange-lib
parenta0d88973b2b4be3dfbc5dec750756aa449149ce0 (diff)
downloadexchange-7e426913cee72ef5e65289f5374b0e17274bf5aa.tar.xz
auditor: fix SQL syntax and semantic errors
Diffstat (limited to 'src/exchange-lib')
-rw-r--r--src/exchange-lib/curl_defaults.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/curl_defaults.c b/src/exchange-lib/curl_defaults.c
index b46507b91..ca4a221c8 100644
--- a/src/exchange-lib/curl_defaults.c
+++ b/src/exchange-lib/curl_defaults.c
@@ -58,7 +58,7 @@ TEL_curl_easy_get (char *url)
{
/* With POST requests, we do not want to wait for the
"100 Continue" response, as our request bodies are usually
- small and directy sending them saves us a round trip.
+ small and directy sending them saves us a round trip.
Clearing the expect header like this disables libcurl's
default processing of the header.