Index: /trunk/ProjectFortress/src/com/sun/fortress/parser/Parameter.rats
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/parser/Parameter.rats (revision 2024)
+++ /trunk/ProjectFortress/src/com/sun/fortress/parser/Parameter.rats (revision 2230)
@@ -209,5 +209,5 @@
        } else { // error
            op = syntaxError(op.getSpan(),
-                            "Operator fix is invalid in its dclaration.");
+                            "Operator fix is invalid in its declaration.");
        }
        if (a2 == null) yyValue = new FnHeaderFront(op, a3);
@@ -283,5 +283,5 @@
        } else { // error
            op = syntaxError(op.getSpan(),
-                            "Operator fix is invalid in its dclaration.");
+                            "Operator fix is invalid in its declaration.");
        }
        if (a2 == null) yyValue = new FnHeaderFront(op, a3);
