From 9ca5a62164a183247bb01b63456144f453349c33 Mon Sep 17 00:00:00 2001 From: corvid Date: Wed, 24 Nov 2010 19:14:22 +0000 Subject: spelling --- src/capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/capi.c') diff --git a/src/capi.c b/src/capi.c index ef97461e..16c942b9 100644 --- a/src/capi.c +++ b/src/capi.c @@ -480,7 +480,7 @@ int a_Capi_open_url(DilloWeb *web, CA_Callback_t Call, void *CbData) /* create a new connection and start the CCC operations */ conn = Capi_conn_new(web->url, web->bw, "http", "none"); /* start the reception branch before the query one because the DNS - * may callback immediatly. This may avoid a race condition. */ + * may callback immediately. This may avoid a race condition. */ a_Capi_ccc(OpStart, 2, BCK, a_Chain_new(), conn, "http"); a_Capi_ccc(OpStart, 1, BCK, a_Chain_new(), conn, web); } -- cgit v1.2.3