From 4bd91bc4742dbf194dd7a63519aa1ed32e4db47d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 3 Jun 2018 12:14:45 +0000 Subject: spelling fixes Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL. --- include/curl/typecheck-gcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h index 3a0f253f6..a6f638614 100644 --- a/include/curl/typecheck-gcc.h +++ b/include/curl/typecheck-gcc.h @@ -428,7 +428,7 @@ _CURL_WARNING(_curl_easy_getinfo_err_curl_off_t, * == or whatsoever. */ -/* XXX: should evaluate to true iff expr is a pointer */ +/* XXX: should evaluate to true if expr is a pointer */ #define _curl_is_any_ptr(expr) \ (sizeof(expr) == sizeof(void *)) -- cgit v1.2.1