Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
14427 committed Oct 23, 2012
1 parent 781e446 commit 254a86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sort.rs
Expand Up @@ -751,7 +751,7 @@ impl<T: Ord> MergeState<T> {
}
array[dest] <-> self.tmp[c2];
} else if len2 == 0 {
fail ~"Coparison violates its contract!";
fail ~"Comparison violates its contract!";
} else {
assert len1 == 0;
assert len2 != 0;
Expand Down

0 comments on commit 254a86e

Please sign in to comment.