From 7a7cad6ed40dff815fd26416192bfbae1b44923f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Fri, 29 Nov 2013 23:26:26 +0100 Subject: Fix typos in xmlschemas{,types}.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- xmlschemastypes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlschemastypes.c') diff --git a/xmlschemastypes.c b/xmlschemastypes.c index 8cc6bbd6..03a55df2 100644 --- a/xmlschemastypes.c +++ b/xmlschemastypes.c @@ -5648,7 +5648,7 @@ xmlSchemaFormatFloat(double number, char buffer[], int buffersize) * @val: the precomputed value * @retValue: the returned value * - * Get a the cononical lexical representation of the value. + * Get the canonical lexical representation of the value. * The caller has to FREE the returned retValue. * * WARNING: Some value types are not supported yet, resulting @@ -6070,7 +6070,7 @@ xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) * @retValue: the returned value * @ws: the whitespace type of the value * - * Get a the cononical representation of the value. + * Get the canonical representation of the value. * The caller has to free the returned @retValue. * * Returns 0 if the value could be built, 1 if the value type is -- cgit v1.2.1