diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 5e53fb002..74ca32631 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -3792,7 +3792,7 @@ See: ,.LOCAL This command may only be used inside a macro definition. It declares a list - of identifiers as local to the macro expansion. The identifers may be + of identifiers as local to the macro expansion. The identifiers may be standard identifiers or cheap local identifiers depending on the planed use. A problem when using macros are labels: Since they don't change their name,
This command may only be used inside a macro definition. It declares a list - of identifiers as local to the macro expansion. The identifers may be + of identifiers as local to the macro expansion. The identifiers may be standard identifiers or cheap local identifiers depending on the planed use. A problem when using macros are labels: Since they don't change their name,