From 1779011ab4dfc7e883f49a837d311bdb59fc789e Mon Sep 17 00:00:00 2001 From: svenbarth Date: Fri, 20 Dec 2019 16:44:52 +0000 Subject: [PATCH] * fix typo in comment git-svn-id: trunk@43703 - --- compiler/symtable.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/symtable.pas b/compiler/symtable.pas index 85938c9a5a..73af6fa9a2 100644 --- a/compiler/symtable.pas +++ b/compiler/symtable.pas @@ -2004,7 +2004,7 @@ implementation ) ) then begin - { only watn when a parameter/local variable in a method + { only warn when a parameter/local variable in a method conflicts with a category method, because this can easily happen due to all possible categories being imported via CocoaAll }