diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-04 08:33:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-04 08:33:25 +0100 |
| commit | 0db26e081d3e93f2807f6ad3c2b09b190e159b92 (patch) | |
| tree | 10196caa85d5889d7b5bc6fee0a3142b99d77ae0 /compiler/rustc_errors | |
| parent | 15c3abde1f59debcfbe8d0d85f278c10f397dd8b (diff) | |
| parent | b2db793f30f6edc47b94accca871551946ff6439 (diff) | |
| download | rust-0db26e081d3e93f2807f6ad3c2b09b190e159b92.tar.gz rust-0db26e081d3e93f2807f6ad3c2b09b190e159b92.zip | |
Rollup merge of #119539 - vuittont60:master, r=TaKO8Ki
Fix typos
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index e9507dcfed7..6707e17e90f 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -1698,7 +1698,7 @@ pub enum Level { /// internal overflows, some file operation errors. /// /// Its `EmissionGuarantee` is `FatalAbort`, except in the non-aborting "almost fatal" case - /// that is occasionaly used, where it is `FatalError`. + /// that is occasionally used, where it is `FatalError`. Fatal, /// An error in the code being compiled, which prevents compilation from finishing. This is the |
