about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorvuittont60 <81072379+vuittont60@users.noreply.github.com>2024-01-03 14:45:04 +0800
committervuittont60 <81072379+vuittont60@users.noreply.github.com>2024-01-04 10:08:54 +0800
commitb2db793f30f6edc47b94accca871551946ff6439 (patch)
treef04f8db14b753f4d89734c8c3533526a86c86920 /compiler/rustc_errors
parente51e98dde6a60637b6a71b8105245b629ac3fe77 (diff)
downloadrust-b2db793f30f6edc47b94accca871551946ff6439.tar.gz
rust-b2db793f30f6edc47b94accca871551946ff6439.zip
compiler: fix typos
librustdoc: fix typos
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/src/lib.rs2
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