summaryrefslogtreecommitdiff
path: root/lib/libfetch/common.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-01 19:37:33 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-01 19:37:33 +0000
commit75f46cf6c81eff6229b9579513b6e7769b91d75d (patch)
tree0915c4e45d9b930a70f4e5e0d87c272630e6ade2 /lib/libfetch/common.c
parent7b45c9dfe1181992c75439a067e7462ad92e9bd4 (diff)
Notes
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 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
* <http://curl.haxx.se/mail/archive_pre_oct_99/0009.html>).
*/
int