From 1702a2c08d3a0ed5945f34e6cd38436611f65164 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 19 Apr 2011 15:54:13 +0200 Subject: Fix a couple of spelling errors in lib/ Found with codespell. --- lib/getinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/getinfo.c') diff --git a/lib/getinfo.c b/lib/getinfo.c index 946686281..bb289741a 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -260,7 +260,7 @@ CURLcode Curl_getinfo(struct SessionHandle *data, CURLINFO info, ...) *param_slistp = ptr.to_slist; break; case CURLINFO_CONDITION_UNMET: - /* return if the condition prevented the document to get transfered */ + /* return if the condition prevented the document to get transferred */ *param_longp = data->info.timecond; break; case CURLINFO_RTSP_SESSION_ID: -- cgit v1.2.1