Fix typo
This commit is contained in:
parent
781e446e26
commit
254a86e49e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user