Spellchecking compiler code
Address some spelling mistakes in strings, private function names, and function params.
This commit is contained in:
parent
600ec28483
commit
a9cc3f6564
8 changed files with 10 additions and 10 deletions
|
@ -56,7 +56,7 @@ impl DefPathTable {
|
|||
//
|
||||
// See the documentation for DefPathHash for more information.
|
||||
panic!(
|
||||
"found DefPathHash collsion between {:?} and {:?}. \
|
||||
"found DefPathHash collision between {:?} and {:?}. \
|
||||
Compilation cannot continue.",
|
||||
def_path1, def_path2
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue