X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/60f8bfdaf9d304bdac5bd1d450160c86599b7b45..9322ba2854211794c27fae9468768b80b767c211:/sbr/addrparse.y?ds=sidebyside diff --git a/sbr/addrparse.y b/sbr/addrparse.y index 7121545d..634a5ebd 100644 --- a/sbr/addrparse.y +++ b/sbr/addrparse.y @@ -20,7 +20,7 @@ * * COMMENT is a comment string, which is printable ASCII characters except * for '(', ')', and '\'. Uses same quoting rules as QSTRING. To make - * the grammer slightly less conflict-happy, COMMENT must include any FWS + * the grammar slightly less conflict-happy, COMMENT must include any FWS * in front or behind of it (simply have it eaten in the lexer). * * Everything else is a SPECIAL, which is returned directly. These are @@ -184,7 +184,7 @@ atom: /* * Making dot-atom work was a little confusing; I finally handled it by - * defining "dot_atom_text" as having two or more ATEXTs separted by + * defining "dot_atom_text" as having two or more ATEXTs separated by * '.', and defining dot_atom as allowing a single atom. */ dot_atom: