about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorcuishuang <imcusg@gmail.com>2022-03-03 19:47:23 +0800
committercuishuang <imcusg@gmail.com>2022-03-03 19:47:23 +0800
commit00fffdddd22cdd796cf4261cdbbf830bee7e4f7b (patch)
tree62760ec1b4d7fdf576a82186ad159c7378a7dd1c /RELEASES.md
parent2f8d1a835b4e7feaf625f74d0d5cb9b84dbc845a (diff)
downloadrust-00fffdddd22cdd796cf4261cdbbf830bee7e4f7b.tar.gz
rust-00fffdddd22cdd796cf4261cdbbf830bee7e4f7b.zip
all: fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 971a63b240f..08040f48158 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1060,7 +1060,7 @@ Version 1.52.1 (2021-05-10)
 This release disables incremental compilation, unless the user has explicitly
 opted in via the newly added RUSTC_FORCE_INCREMENTAL=1 environment variable.
 
-This is due to the widespread, and frequently occuring, breakage encountered by
+This is due to the widespread, and frequently occurring, breakage encountered by
 Rust users due to newly enabled incremental verification in 1.52.0. Notably,
 Rust users **should** upgrade to 1.52.0 or 1.52.1: the bugs that are detected by
 newly added incremental verification are still present in past stable versions,