From 173499273804f137bbb4a6785d6967b9e2d7e478 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 21 Sep 2011 13:26:19 -0300 Subject: [PATCH] Fix typo --- src/test/isolation/isolationtester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/isolation/isolationtester.c b/src/test/isolation/isolationtester.c index 2f9fb2d842..01640124d0 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. * -- GitLab