From a57df5f0dd299cc4023b5776ab6ac2fb6c59c21b Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 20 Jan 2014 10:39:39 +0000 Subject: [PATCH] * commited correction for Mantis #25560, misspelled constructor keyword git-svn-id: trunk@26531 - --- utils/ptopu.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ptopu.pp b/utils/ptopu.pp index 377c692691..bac15d65e0 100644 --- a/utils/ptopu.pp +++ b/utils/ptopu.pp @@ -233,7 +233,7 @@ CONST 'LABEL', 'CONST', 'TYPE', 'RECORD', 'STRING', 'PROGRAM', 'ASM','TRY','FINALLY','EXCEPT','RAISE','CLASS','OBJECT', - 'CONSTRUCTOR','DESCTRUCTOR','INHERITED','PROPERTY', + 'CONSTRUCTOR','DESTRUCTOR','INHERITED','PROPERTY', 'PRIVATE','PUBLIC','PROTECTED','PUBLISHED', 'INITIALIZATION','FINALIZATION', 'INLINE','LIBRARY','INTERFACE','IMPLEMENTATION',