From 75f46cf6c81eff6229b9579513b6e7769b91d75d Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 1 May 2016 19:37:33 +0000 Subject: lib: minor spelling fixes in comments. No functional change. --- lib/libfetch/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libfetch/common.c') diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 76dc4f9206eb9..00f8b92399ca8 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -471,7 +471,7 @@ fetch_ssl_hname_match(const char *h, size_t hlen, const char *m, if (!fetch_ssl_hname_equal(hdot - delta, delta, mdot1 - delta, delta)) return (0); - /* all tests succeded, it's a match */ + /* all tests succeeded, it's a match */ return (1); } @@ -1349,7 +1349,7 @@ fetch_netrc_auth(struct url *url) * which the proxy should not be consulted; the contents is a comma-, * or space-separated list of domain names. A single asterisk will * override all proxy variables and no transactions will be proxied - * (for compatability with lynx and curl, see the discussion at + * (for compatibility with lynx and curl, see the discussion at * ). */ int -- cgit v1.2.3