diff options
author | Alvaro Herrera | 2011-09-21 16:26:19 +0000 |
---|---|---|
committer | Alvaro Herrera | 2011-09-27 19:50:27 +0000 |
commit | 173499273804f137bbb4a6785d6967b9e2d7e478 (patch) | |
tree | 1c0e46024cc2e00cf5b5e4500da4219b8361aca9 /src/test/isolation/isolationtester.c | |
parent | f70648d5a16b4b048cacd04b82079e6734449bc2 (diff) |
Fix typo
Diffstat (limited to 'src/test/isolation/isolationtester.c')
-rw-r--r-- | src/test/isolation/isolationtester.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/isolation/isolationtester.c b/src/test/isolation/isolationtester.c index 2f9fb2d842b..01640124d0c 100644 --- a/src/test/isolation/isolationtester.c +++ b/src/test/isolation/isolationtester.c @@ -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. * |