diff options
| author | Stefan Weil <sw@weilnetz.de> | 2012-11-02 08:29:53 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-12-07 12:34:11 +0100 |
| commit | a93cf9dfba171aa94e3c4002d58abef2a3732bfb (patch) | |
| tree | 544ff9ccebcc2f45758aae61bae6068101c48de2 /uri.c | |
| parent | eac29d87c883fcbb54913ae20ed2bdccb4bcf7a3 (diff) | |
| download | focaccia-qemu-a93cf9dfba171aa94e3c4002d58abef2a3732bfb.tar.gz focaccia-qemu-a93cf9dfba171aa94e3c4002d58abef2a3732bfb.zip | |
Fix comments (adress -> address, layed -> laid, wierd -> weird)
Remove also a duplicated 'the'. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'uri.c')
| -rw-r--r-- | uri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uri.c b/uri.c index dd922de339..138547b821 100644 --- a/uri.c +++ b/uri.c @@ -432,7 +432,7 @@ rfc3986_parse_host(URI *uri, const char **str) host = cur; /* - * IPv6 and future adressing scheme are enclosed between brackets + * IPv6 and future addressing scheme are enclosed between brackets */ if (*cur == '[') { cur++; @@ -1917,7 +1917,7 @@ done: * http://site1.com/docs/pic1.gif http://site1.com/docs/pic1.gif * * - * Note: if the URI reference is really wierd or complicated, it may be + * Note: if the URI reference is really weird or complicated, it may be * worthwhile to first convert it into a "nice" one by calling * uri_resolve (using 'base') before calling this routine, * since this routine (for reasonable efficiency) assumes URI has |