1
Fork 0

Spellchecking compiler code

Address some spelling mistakes in strings, private function names, and function params.
This commit is contained in:
Yuri Astrakhan 2022-03-30 01:42:10 -04:00
parent 600ec28483
commit a9cc3f6564
8 changed files with 10 additions and 10 deletions

View file

@ -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
);