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/pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pop3.c') diff --git a/lib/pop3.c b/lib/pop3.c index 8f37c1fe6..d0aba352b 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -641,7 +641,7 @@ static CURLcode pop3_connect(struct connectdata *conn, if(CURLE_OK != result) return result; - /* We always support persistant connections on pop3 */ + /* We always support persistent connections on pop3 */ conn->bits.close = FALSE; pp->response_time = RESP_TIMEOUT; /* set default response time-out */ -- cgit v1.2.3