summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/common.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-01 19:37:33 +0000
committerpfg <pfg@FreeBSD.org>2016-05-01 19:37:33 +0000
commit9e7434b2c5c2ce4f2a9aa3e84de3e7cf33a910d5 (patch)
tree0915c4e45d9b930a70f4e5e0d87c272630e6ade2 /lib/libfetch/common.c
parentb40040b0194300dfa5b68ecd084dde2ce667c9bc (diff)
downloadFreeBSD-src-9e7434b2c5c2ce4f2a9aa3e84de3e7cf33a910d5.zip
FreeBSD-src-9e7434b2c5c2ce4f2a9aa3e84de3e7cf33a910d5.tar.gz
lib: minor spelling fixes in comments.
No functional change.
Diffstat (limited to 'lib/libfetch/common.c')
-rw-r--r--lib/libfetch/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c
index 76dc4f9..00f8b92 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
* <http://curl.haxx.se/mail/archive_pre_oct_99/0009.html>).
*/
int
OpenPOWER on IntegriCloud