summaryrefslogtreecommitdiff
path: root/packages/libxml
diff options
context:
space:
mode:
authormazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-10-06 20:33:57 +0000
committermazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-10-06 20:33:57 +0000
commit1d1b961888b4e115c21a5f00ec71c072239eab4c (patch)
tree71dedd660da3bf8f18d6d84b914126ac42c48041 /packages/libxml
parent99796cc4e024162d4ce0c1f13ca50f646a86d9b3 (diff)
downloadfpc-1d1b961888b4e115c21a5f00ec71c072239eab4c.tar.gz
* Fixed spell error revealed by lintian.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16094 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/src/schemasInternals.inc4
1 files changed, 2 insertions, 2 deletions
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);