aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2011-09-21 13:26:19 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2011-09-27 16:50:27 -0300
commit173499273804f137bbb4a6785d6967b9e2d7e478 (patch)
tree1c0e46024cc2e00cf5b5e4500da4219b8361aca9 /src
parentf70648d5a16b4b048cacd04b82079e6734449bc2 (diff)
downloadpostgresql-173499273804f137bbb4a6785d6967b9e2d7e478.tar.gz
postgresql-173499273804f137bbb4a6785d6967b9e2d7e478.zip
Fix typo
Diffstat (limited to 'src')
-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.
*