aboutsummaryrefslogtreecommitdiff
path: root/src/sort/sort_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort/sort_test.go')
-rw-r--r--src/sort/sort_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sort/sort_test.go b/src/sort/sort_test.go
index a5da6b2630..60fac2d695 100644
--- a/src/sort/sort_test.go
+++ b/src/sort/sort_test.go
@@ -506,10 +506,10 @@ func TestStability(t *testing.T) {
data.initB()
Stable(data)
if !IsSorted(data) {
- t.Errorf("Stable shuffeled sorted %d ints (order)", n)
+ t.Errorf("Stable shuffled sorted %d ints (order)", n)
}
if !data.inOrder() {
- t.Errorf("Stable shuffeled sorted %d ints (stability)", n)
+ t.Errorf("Stable shuffled sorted %d ints (stability)", n)
}
// sorted reversed