From 63ea74c175c7f3cbd6fdfd6da4b2847c01c6ecc2 Mon Sep 17 00:00:00 2001 From: inoussa Date: Mon, 30 Nov 2009 10:08:59 +0000 Subject: [PATCH] fix sLOCAL_TYPE_REGISTER_REFERENCE to 'typeRegistryInstance' due to Michael Joyner. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1023 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/ws_helper/generator.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wst/trunk/ws_helper/generator.pas b/wst/trunk/ws_helper/generator.pas index d11d9dfc4..70fbe6885 100644 --- a/wst/trunk/ws_helper/generator.pas +++ b/wst/trunk/ws_helper/generator.pas @@ -196,7 +196,7 @@ type implementation uses parserutils, Contnrs, logger_intf; -const sLOCAL_TYPE_REGISTER_REFERENCE = 'typeRegistryIntance'; +const sLOCAL_TYPE_REGISTER_REFERENCE = 'typeRegistryInstance'; sPROXY_BASE_CLASS = 'TBaseProxy'; sBINDER_BASE_CLASS = 'TBaseServiceBinder'; sIMP_BASE_CLASS = 'TBaseServiceImplementation';