Skip to content

Commit 41a2fb2

Browse files
authored
Rollup merge of #110424 - jsoref:spelling-misc, r=Mark-Simulacrum
Spelling misc These two files seem to be fairly distinct from everything else. That said, if this project doesn't like changing changelogs, I'm happy to drop the changes to `RELEASES.md`
2 parents df3aca2 + 0100678 commit 41a2fb2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/library_tracking_issue.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Tracking issues are for tracking a feature from implementation to stabilization.
1212
Make sure to include the relevant RFC for the feature if it has one.
1313
1414
If the new feature is small, it may be fine to skip the RFC process. In that
15-
case, you can use use `issue = "none"` in your initial implementation PR. The
15+
case, you can use `issue = "none"` in your initial implementation PR. The
1616
reviewer will ask you to open a tracking issue if they agree your feature can be
1717
added without an RFC.
1818
-->
@@ -65,7 +65,7 @@ the rfcbot will ask all the team members to verify they agree with
6565
stabilization. Once enough members agree and there are no concerns, the final
6666
comment period begins: this issue will be marked as such and will be listed
6767
in the next This Week in Rust newsletter. If no blocking concerns are raised in
68-
that period of 10 days, a stabilzation PR can be opened by anyone.
68+
that period of 10 days, a stabilization PR can be opened by anyone.
6969
-->
7070

7171
### Unresolved Questions

RELEASES.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ Compatibility Notes
963963
- [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
964964
- [rustdoc: Remove .woff font files][96279]
965965
- [Enforce Copy bounds for repeat elements while considering lifetimes][95819]
966-
- [Windows: Fix potentinal unsoundness by aborting if `File` reads or writes cannot
966+
- [Windows: Fix potential unsoundness by aborting if `File` reads or writes cannot
967967
complete synchronously][95469].
968968

969969
Internal Changes
@@ -1794,10 +1794,10 @@ Libraries
17941794
- [impl Default, Copy, Clone for std::io::Sink and std::io::Empty][rust#86744]
17951795
- [`impl From<[(K, V); N]>` for all collections.][rust#84111]
17961796
- [Remove `P: Unpin` bound on impl Future for Pin.][rust#81363]
1797-
- [Treat invalid environment variable names as non-existent.][rust#86183]
1797+
- [Treat invalid environment variable names as nonexistent.][rust#86183]
17981798
Previously, the environment functions would panic if given a variable name
17991799
with an internal null character or equal sign (`=`). Now, these functions will
1800-
just treat such names as non-existent variables, since the OS cannot represent
1800+
just treat such names as nonexistent variables, since the OS cannot represent
18011801
the existence of a variable with such a name.
18021802

18031803
Stabilised APIs
@@ -1990,7 +1990,7 @@ Compatibility Notes
19901990
kinds of errors could be categorised [into newer more specific `ErrorKind`
19911991
variants][79965], and that they do not represent a user error.
19921992
- [Using environment variable names with `process::Command` on Windows now
1993-
behaves as expected.][85270] Previously using envionment variables with
1993+
behaves as expected.][85270] Previously using environment variables with
19941994
`Command` would cause them to be ASCII-uppercased.
19951995
- [Rustdoc will now warn on using rustdoc lints that aren't prefixed
19961996
with `rustdoc::`][86849]
@@ -6367,7 +6367,7 @@ eg. `static MINUTE: Duration = Duration::from_secs(60);`
63676367

63686368
Cargo
63696369
-----
6370-
- [`cargo new` no longer removes `rust` or `rs` prefixs/suffixs.][cargo/5013]
6370+
- [`cargo new` no longer removes `rust` or `rs` prefixes/suffixes.][cargo/5013]
63716371
- [`cargo new` now defaults to creating a binary crate, instead of a
63726372
library crate.][cargo/5029]
63736373

0 commit comments

Comments
 (0)