From 21ce7e27a89c3f9c2fb4bc8bd59877dc2d8cd6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 10:21:00 +0200 Subject: New upstream version 0.8.6 --- doc/Mainpage.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/Mainpage.txt b/doc/Mainpage.txt index 3a80e30..173511b 100644 --- a/doc/Mainpage.txt +++ b/doc/Mainpage.txt @@ -40,10 +40,10 @@ * uriFreeUriMembersA(&uri); * @endcode * - * While the URI object (::UriUriA) holds information about the recogized + * While the URI object (::UriUriA) holds information about the recognized * parts of the given URI string, the parser state object (::UriParserStateA) * keeps error code and position. This information does not belong to - * the URI itself, which is why there are two seperate objects. + * the URI itself, which is why there are two separate objects. * * You can reuse parser state objects for parsing several URIs like this: * @@ -74,7 +74,7 @@ * * @subsection recomposition Recomposing URIs (from object back to string) * According to RFC 3986 - * glueing parts of a URI together to form a string is called recomposition. + * gluing parts of a URI together to form a string is called recomposition. * Before we can recompose a URI object we have to know how much * space the resulting string will take: * @@ -141,7 +141,7 @@ * * @subsection shortening Creating References * Reference Creation is the inverse process of Reference Resolution: A common base URI - * is "substracted" from an absolute URI to make a (relative) reference. + * is "subtracted" from an absolute URI to make a (relative) reference. * If the base URI is not common the remaining URI will still be absolute, i.e. will * carry a scheme * @@ -207,7 +207,7 @@ * * * @subsection normalization Normalizing URIs - * Sometimes we come accross unnecessarily long URIs like "http://example.org/one/two/../../one". + * Sometimes we come across unnecessarily long URIs like "http://example.org/one/two/../../one". * The algorithm we can use to shorten this URI down to "http://example.org/one" is called * Syntax-Based Normalization. * Note that normalizing a URI does more than just "stripping dot segments". Please have a look at @@ -215,7 +215,7 @@ * for the full description. * * As we asked uriToStringCharsRequiredA() for the required space when converting - * a URI object back to a sring, we can ask uriNormalizeSyntaxMaskRequiredA() for + * a URI object back to a string, we can ask uriNormalizeSyntaxMaskRequiredA() for * the parts of a URI that require normalization and then pass this normalization * mask to uriNormalizeSyntaxExA(): * -- cgit v1.2.3