Changeset 2230

Show
Ignore:
Timestamp:
07/10/08 11:46:59 (2 months ago)
Author:
nbeckman
Message:

[parser] Fixed spelling.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ProjectFortress/src/com/sun/fortress/parser/Parameter.rats

    r2024 r2230  
    209209       } else { // error 
    210210           op = syntaxError(op.getSpan(), 
    211                             "Operator fix is invalid in its dclaration."); 
     211                            "Operator fix is invalid in its declaration."); 
    212212       } 
    213213       if (a2 == null) yyValue = new FnHeaderFront(op, a3); 
     
    283283       } else { // error 
    284284           op = syntaxError(op.getSpan(), 
    285                             "Operator fix is invalid in its dclaration."); 
     285                            "Operator fix is invalid in its declaration."); 
    286286       } 
    287287       if (a2 == null) yyValue = new FnHeaderFront(op, a3);