summaryrefslogtreecommitdiff
path: root/pith/url.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
commit06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch)
tree2b483acf3ec2da573992c20b766a480e22f4c45a /pith/url.c
parent9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff)
downloadalpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'pith/url.c')
-rw-r--r--pith/url.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pith/url.c b/pith/url.c
index 126b3b30..a25304ee 100644
--- a/pith/url.c
+++ b/pith/url.c
@@ -79,7 +79,7 @@ rfc1738_scan(char *line, int *len)
break;
/*
- * Make sure everyhing up to the colon is a known scheme...
+ * Make sure everything up to the colon is a known scheme...
*/
if(start && (n = colon - start) && !isdigit((unsigned char) *start)
&& (((n == 2
@@ -173,7 +173,7 @@ rfc1738_scan(char *line, int *len)
*
* NOTE: we have a problem matching closing parens when users
* bracket the url in parens. So, lets try terminating our
- * match on any closing paren that doesn't have a coresponding
+ * match on any closing paren that doesn't have a corresponding
* open-paren.
*/
char *
@@ -496,7 +496,7 @@ web_host_scan(char *line, int *len)
/*
* mail_addr_scan -- Scan the given line for possible RFC822 addr-spec's
*
- * NOTE: Well, OK, not strictly addr-specs since there's alot of junk
+ * NOTE: Well, OK, not strictly addr-specs since there's a lot of junk
* we're tying to sift thru and we'd like to minimize false-pos
* matches.
*/
@@ -538,7 +538,7 @@ mail_addr_scan(char *line, int *len)
break;
/*
- * Make sure everyhing up to the colon is a known scheme...
+ * Make sure everything up to the colon is a known scheme...
*/
if(start && (amp - start) > 0){
/*