From 1d1b961888b4e115c21a5f00ec71c072239eab4c Mon Sep 17 00:00:00 2001 From: mazen Date: Wed, 6 Oct 2010 20:33:57 +0000 Subject: * Fixed spell error revealed by lintian. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16094 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/libxml/src/schemasInternals.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/libxml') diff --git a/packages/libxml/src/schemasInternals.inc b/packages/libxml/src/schemasInternals.inc index 995eb569c2..48f994aa2b 100644 --- a/packages/libxml/src/schemasInternals.inc +++ b/packages/libxml/src/schemasInternals.inc @@ -556,7 +556,7 @@ (** * XML_SCHEMAS_TYPE_REDEFINING: * - * The type redefines an other type. + * The type redefines another type. *) (* XML_SCHEMAS_TYPE_REDEFINING = (1 shl 31); *) {$ENDIF} @@ -872,7 +872,7 @@ (** * XML_SCHEMAS_INCLUDING_CONVERT_NS: * - * the schema is currently including an other schema with + * the schema is currently including another schema with * no target namespace. *) XML_SCHEMAS_INCLUDING_CONVERT_NS = (1 shl 9); -- cgit v1.2.1