From ee56fca48356828be5a9195696d4329a67b1802e Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Fri, 18 Jun 1999 13:13:48 +0000 Subject: [PATCH] Ron Pinkas corrected spelling of suspicious --- harbour/source/compiler/harbour.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index 2173182c7f..d15eecd783 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -280,7 +280,7 @@ char * _szWarnings[] = { "Ambiguous reference, assuming memvar: \'%s\'", "Variable \'%s\' declared but not used in function: %s", "CodeBlock Parameter \'%s\' declared but not used in function: %s", "Incompatible type in variable assignment: %s", - "Suspecious type in variable assignment: %s " + "Suspicious type in variable assignment: %s " }; /* Table with reserved functions names