projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f70648d
)
Fix typo
author
Alvaro Herrera
Wed, 21 Sep 2011 16:26:19 +0000
(13:26 -0300)
committer
Alvaro Herrera
Tue, 27 Sep 2011 19:50:27 +0000
(16:50 -0300)
src/test/isolation/isolationtester.c
patch
|
blob
|
blame
|
history
diff --git
a/src/test/isolation/isolationtester.c
b/src/test/isolation/isolationtester.c
index 2f9fb2d842bc52409032e1ca0352e26503c91e3f..01640124d0c9b44eeebd6286dcf6bc570ae6d610 100644
(file)
--- 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 permu
t
ation, we pick steps from the
* piles until all piles are empty. By picking steps from piles in
* different order, we get different permutations.
*