From: helly Date: Mon, 21 Jan 2008 20:37:09 +0000 (+0000) Subject: - speling X-Git-Tag: 0.13.6~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=898fcf9a470f9583db33269ca69b0de248564206;p=re2c - speling --- diff --git a/re2c/parser.y b/re2c/parser.y index 1fe93e07..36a8bbab 100644 --- a/re2c/parser.y +++ b/re2c/parser.y @@ -450,7 +450,7 @@ void parse(Scanner& i, std::ostream& o, std::ostream* h) } else { - // We reserved 0 for specNone but is isn't present, + // We reserved 0 for specNone but it is not present, // so we can decrease all specs. for(it = specMap.begin(); it != specMap.end(); ++it) {