diff --git a/buddy/ChangeLog.1 b/buddy/ChangeLog.1 index d81429667..3a8ffa3fa 100644 --- a/buddy/ChangeLog.1 +++ b/buddy/ChangeLog.1 @@ -369,7 +369,7 @@ examples/solitare/solitare.cxx: Include iostream. * examples/calculator/parser.y: Rename as ... * examples/calculator/parser.yxx: ... this. Remove spurious - comas in %token, %right, and %left arguments. + commas in %token, %right, and %left arguments. * examples/calculator/parser.h: Rename as ... * examples/calculator/parser_.h: ... this, because the bison rule with output parser.h (not tokens.h) from parser.y.