summaryrefslogtreecommitdiff
path: root/src/test/isolation/isolationtester.c
diff options
context:
space:
mode:
authorAlvaro Herrera2011-09-21 16:26:19 +0000
committerAlvaro Herrera2011-09-27 19:50:27 +0000
commit173499273804f137bbb4a6785d6967b9e2d7e478 (patch)
tree1c0e46024cc2e00cf5b5e4500da4219b8361aca9 /src/test/isolation/isolationtester.c
parentf70648d5a16b4b048cacd04b82079e6734449bc2 (diff)
Fix typo
Diffstat (limited to 'src/test/isolation/isolationtester.c')
-rw-r--r--src/test/isolation/isolationtester.c2
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.
*