spelling: combination

This commit is contained in:
Josh Soref
2017-07-25 22:22:00 -04:00
committed by Akim Demaille
parent c721eb9e28
commit 795f7e32cc
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ will generate eight different cases.
=item B<-b>, B<--bench> =item B<-b>, B<--bench>
Predefined benches, that is, combimation between a grammar and a I<directives> Predefined benches, that is, combination between a grammar and a I<directives>
request. request.
=over 4 =over 4

View File

@@ -1770,7 +1770,7 @@ AT_BISON_CHECK([[-Wno-conflicts-rr sr-rr.y]], [[0]], [[]],
[ [
# This is piece of code is rather complex for a simple task: try every # This is piece of code is rather complex for a simple task: try every
# combinaison of (0 or 1 real SR) x (0 or 1 real RR) x (don't %expect # combination of (0 or 1 real SR) x (0 or 1 real RR) x (don't %expect
# or %expect 0, 1, or 2 SR) x (don't %expect-rr or %expect-rr 0, 1, or 2 # or %expect 0, 1, or 2 SR) x (don't %expect-rr or %expect-rr 0, 1, or 2
# RR). # RR).