Skip to content

Commit b091356

Browse files
committedAug 1, 2019
Fix typos in release notes.
1 parent 8a58268 commit b091356

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎RELEASES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ Compiler
539539
--------
540540
- [You can now set a linker flavor for `rustc` with the `-Clinker-flavor`
541541
command line argument.][56351]
542-
- [The mininum required LLVM version has been bumped to 6.0.][56642]
542+
- [The minimum required LLVM version has been bumped to 6.0.][56642]
543543
- [Added support for the PowerPC64 architecture on FreeBSD.][57615]
544544
- [The `x86_64-fortanix-unknown-sgx` target support has been upgraded to
545545
tier 2 support.][57130] Visit the [platform support][platform-support] page for
@@ -970,7 +970,7 @@ Compiler
970970

971971
Libraries
972972
---------
973-
- [You can now convert `num::NonZero*` types to their raw equivalvents using the
973+
- [You can now convert `num::NonZero*` types to their raw equivalents using the
974974
`From` trait.][54240] E.g. `u8` now implements `From<NonZeroU8>`.
975975
- [You can now convert a `&Option<T>` into `Option<&T>` and `&mut Option<T>`
976976
into `Option<&mut T>` using the `From` trait.][53218]
@@ -1163,7 +1163,7 @@ Security Notes
11631163
caused by an integer overflow. This has been fixed by deterministically
11641164
panicking when an overflow happens.
11651165

1166-
Thank you to Scott McMurray for responsibily disclosing this vulnerability to
1166+
Thank you to Scott McMurray for responsibly disclosing this vulnerability to
11671167
us.
11681168

11691169

@@ -1435,7 +1435,7 @@ Security Notes
14351435
given machine. This release fixes that vulnerability; you can read
14361436
more about this on the [blog][rustdoc-sec]. The associated CVE is [CVE-2018-1000622].
14371437

1438-
Thank you to Red Hat for responsibily disclosing this vulnerability to us.
1438+
Thank you to Red Hat for responsibly disclosing this vulnerability to us.
14391439

14401440
Compatibility Notes
14411441
-------------------

0 commit comments

Comments
 (0)
Please sign in to comment.