Index: docs/language/dartLangSpec.tex |
diff --git a/docs/language/dartLangSpec.tex b/docs/language/dartLangSpec.tex |
index 3d43547c24ba8f1babdbfaf02fa3754a1d8256d2..adec30a2e00e590efe76c15cc15a11f27686fd0d 100644 |
--- a/docs/language/dartLangSpec.tex |
+++ b/docs/language/dartLangSpec.tex |
@@ -155,7 +155,7 @@ Grammar productions are given in a common variant of EBNF. The left hand side o |
% ~. ~ does not actually parse stuff - it just looks ahead and checks. To get the effect of |
% parsing anything but X, one needs ~X ANYTHING, not just ~X. There are bugs in the |
% grammar related to this. |
-% The alternative is to define ~X as anything but X, or to introduce an anthingBut(X) |
+% The alternative is to define ~X as anything but X, or to introduce an anythingBut(X) |
% combinator, such as !X |
\LMHash{} |