From 236402fc2d02068b2ce3656200031ced2fa3c8b1 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 15 Mar 2018 22:51:03 -0400 Subject: cleanup: misc typos in strings and comments Found via `codespell` Closes #2389 --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 3d7b9e5a5..0da5fbce0 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -895,7 +895,7 @@ struct connectdata { well be the same we read from. CURL_SOCKET_BAD disables */ - /** Dynamicly allocated strings, MUST be freed before this **/ + /** Dynamically allocated strings, MUST be freed before this **/ /** struct is killed. **/ struct dynamically_allocated_data { char *proxyuserpwd; -- cgit v1.2.3