This commit is contained in:
Alvaro Herrera 2011-09-21 13:26:19 -03:00
parent f70648d5a1
commit 1734992738
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ run_all_permutations(TestSpec * testspec)
/*
* To generate the permutations, we conceptually put the steps of each
* session on a pile. To generate a permuation, we pick steps from the
* session on a pile. To generate a permutation, we pick steps from the
* piles until all piles are empty. By picking steps from piles in
* different order, we get different permutations.
*