Skip to content

Commit 254a86e

Browse files
committed
Fix typo
1 parent 781e446 commit 254a86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sort.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ impl<T: Ord> MergeState<T> {
751751
}
752752
array[dest] <-> self.tmp[c2];
753753
} else if len2 == 0 {
754-
fail ~"Coparison violates its contract!";
754+
fail ~"Comparison violates its contract!";
755755
} else {
756756
assert len1 == 0;
757757
assert len2 != 0;

0 commit comments

Comments
 (0)