summaryrefslogtreecommitdiff
path: root/packages/fcl-sdo
diff options
context:
space:
mode:
authormichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-05-10 15:30:09 +0000
committermichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-05-10 15:30:09 +0000
commita15fd18001c63628b6882c6bfa903796c3398377 (patch)
tree18457e16eb8aa1bd1a26fca327e5171f857d9c08 /packages/fcl-sdo
parent3732ffcb95734536b45570a9bc171cd03272bdb5 (diff)
downloadfpc-a15fd18001c63628b6882c6bfa903796c3398377.tar.gz
* Extention -> extension (By Reinier, bug ID 25979)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@27751 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-sdo')
-rw-r--r--packages/fcl-sdo/src/base/sdo_consts.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fcl-sdo/src/base/sdo_consts.pas b/packages/fcl-sdo/src/base/sdo_consts.pas
index 16240d1f5f..506f71d00b 100644
--- a/packages/fcl-sdo/src/base/sdo_consts.pas
+++ b/packages/fcl-sdo/src/base/sdo_consts.pas
@@ -103,7 +103,7 @@ resourcestring
SERR_InvalidSchemaNode = 'Invalid schema node.';
SERR_InvalidSymbolTable = 'Invalid Symbol table.';
SERR_InvalidTypeDef_AttributeNotFound = 'Invalid type definition, attributes not found : "%s".';
- SERR_InvalidTypeDef_BaseAttributeNotFound = 'Invalid extention/restriction of type "%s" : "base" attribute not found.';
+ SERR_InvalidTypeDef_BaseAttributeNotFound = 'Invalid extension/restriction of type "%s" : "base" attribute not found.';
SERR_InvalidTypeDef_NamedAttributeNotFound = 'Invalid type definition, unable to find the "%s" attribute : "%s".';
SERR_InvalidTypeDef_NoChild = 'Invalid type definition, this element must have children.';
SERR_InvalidTypeName = 'Invalid type/element name( the name is empty ).';