Skip to content

Commit 93d81e8

Browse files
committed
style: Fix typos
1 parent 244a2ea commit 93d81e8

File tree

70 files changed

+99
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+99
-99
lines changed

content/GATs-stabilization-push/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Ok, so now comes the part that nobody likes hearing about: the limitations. Fort
171171
fn takes_iter(_: &mut dyn for<'a> LendingIterator<Item<'a> = &'a i32>) {}
172172
```
173173

174-
The biggest reason for this decision is that there's still a bit of design and implementation work to actually make this usable. And while this is a nice feature, adding this in the future would be a backward-compatible change. We feel that it's better to get *most* of GATs stabilized and then come back and try to tackle this later than to block GATs for even longer. Also, GATs without object safety are still very powerful, so we don't lose much by defering this.
174+
The biggest reason for this decision is that there's still a bit of design and implementation work to actually make this usable. And while this is a nice feature, adding this in the future would be a backward-compatible change. We feel that it's better to get *most* of GATs stabilized and then come back and try to tackle this later than to block GATs for even longer. Also, GATs without object safety are still very powerful, so we don't lose much by deferring this.
175175

176176
As was mentioned earlier in this post, there are still a couple remaining diagnostics [issues](https://github.com/rust-lang/rust/labels/F-generic_associated_types). If you do find bugs though, please file issues!
177177

content/Increasing-Rusts-Reach-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ three (3) months, from mid-May to mid-August. Each partnership agrees to a commi
2222
3-5 hours per week collaborating on a Rust project.
2323

2424
By way of thanks for participating in the program, we offer a fully paid conference ticket,
25-
travel, and accomodations for every participant to a Rust Conference of their choice:
25+
travel, and accommodations for every participant to a Rust Conference of their choice:
2626

2727
- May 26-27: [RustFest Paris]
2828
- August 16-17: [RustConf]

content/Project-Goals-Dec-Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For our other goals, we made progress, but there remains work to be done:
4747
We largely completed our goal to stabilize the language features used by the Rust for Linux project. In some cases a small amount of work remains. Over the last six months, we...
4848

4949
* stabilized the `offset_of!` macro to get the offset of fields;
50-
* *almost* stabilized the `CoercePointee` trait -- but [discovered that the current implementaton was revealing unstable details](https://github.com/rust-lang/rust/pull/133820#issuecomment-2559379796), which is currently being resolved;
50+
* *almost* stabilized the `CoercePointee` trait -- but [discovered that the current implementation was revealing unstable details](https://github.com/rust-lang/rust/pull/133820#issuecomment-2559379796), which is currently being resolved;
5151
* `asm_goto` stabilization PR and reference updates are up, excluding the "output" feature.
5252
* completed the majority of the work for arbitrary self types, which is being used by RfL and just needs documentation before stabilisation
5353

content/Project-Goals-Feb-Update/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ We are also working to finalize the stabilization of the language features that
173173

174174

175175
<details>
176-
<summary>3 detailed updates availabled.</summary>
176+
<summary>3 detailed updates available.</summary>
177177

178178
<!-- this comment helps to convince the markdown parser to do the right thing -->
179179

@@ -284,7 +284,7 @@ Updates from our [2025-02-12 meeting](https://hackmd.io/AkNBW942SoacLayPXHthCg):
284284

285285
Given the recent controversy about Rust usage in the Kernel, the RFL group wrote up a [policy document explainer](https://rust-for-linux.com/rust-kernel-policy) to explain the policy, and there was a [write-up on LWN](https://lwn.net/SubscriberLink/1007921/9020dbb12585d48f/).
286286

287-
Regarding arbitary self types and coerce pointee, we are waiting on rust-lang/rust#136764 and rust-lang/rust#136776. The former is on lang team FCP. The latter has received approval from lang team and is awaiting further impl work by @BoxyUwU.
287+
Regarding arbitrary self types and coerce pointee, we are waiting on rust-lang/rust#136764 and rust-lang/rust#136776. The former is on lang team FCP. The latter has received approval from lang team and is awaiting further impl work by @BoxyUwU.
288288

289289
@ojeda is looking into how to manage dependency information and configure no-std externally.
290290

@@ -349,7 +349,7 @@ Help wanted: this project goal needs a compiler developer to move forward.
349349
*Help wanted:* this project goal needs someone to work on the implementation. If you'd like to help, please post in [this goal's dedicated zulip topic](https://rust-lang.zulipchat.com/#narrow/channel/435869-project-goals/topic/Prototype.20a.20new.20set.20of.20Cargo.20.22plumbing.22.20.28goals.23264.29).
350350

351351
<details>
352-
<summary>2 detailed updates availabled.</summary>
352+
<summary>2 detailed updates available.</summary>
353353

354354
<!-- this comment helps to convince the markdown parser to do the right thing -->
355355

@@ -947,7 +947,7 @@ This is, I believe, mostly waiting on us on the lang team to have a look, probab
947947

948948

949949
<details>
950-
<summary>2 detailed updates availabled.</summary>
950+
<summary>2 detailed updates available.</summary>
951951

952952
<!-- this comment helps to convince the markdown parser to do the right thing -->
953953

@@ -1004,7 +1004,7 @@ Update (2025-02-27):
10041004

10051005

10061006
<details>
1007-
<summary>2 detailed updates availabled.</summary>
1007+
<summary>2 detailed updates available.</summary>
10081008

10091009
<!-- this comment helps to convince the markdown parser to do the right thing -->
10101010

@@ -1393,7 +1393,7 @@ Last week at the Safety Critical Rust Consortium meeting in London, Ferrous syst
13931393

13941394

13951395
<details>
1396-
<summary>2 detailed updates availabled.</summary>
1396+
<summary>2 detailed updates available.</summary>
13971397

13981398
<!-- this comment helps to convince the markdown parser to do the right thing -->
13991399

content/Rust-1.13/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ part of our toolbox!
177177

178178
We can use this tool to look at a [graph] of performance over the 1.13
179179
development cycle, shown below. This cycle covered the dates from August 16
180-
through September 29 (the graph begins from Augest 25th though and is filtered
180+
through September 29 (the graph begins from August 25th though and is filtered
181181
in a few ways to eliminate bogus, incomplete, or confusing results). There
182182
appear to be some big reductions, which are quantified on the corresponding
183183
[statistics] page.

content/Rust-1.16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ There's a lot of them. However, you can think of this process in two big steps:
5252
all of its safety checks, makes sure your syntax is correct, all that stuff. Second, once it's satisfied
5353
that everything is in order, it produces the actual binary code that you end up executing.
5454

55-
It turns out that that second step takes a lot of time. And most of the time, it's not neccesary. That is,
55+
It turns out that that second step takes a lot of time. And most of the time, it's not necessary. That is,
5656
when you're working on some Rust code, many developers will get into a workflow like this:
5757

5858
1. Write some code.

content/Rust-1.17.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ step back we want to regretfully inform you about. On Windows, Visual
166166
Studio 2017 has been released, and Microsoft has changed the structure
167167
of how the software is installed. [Rust cannot automatically detect this
168168
location](https://github.com/rust-lang/rust/issues/38584), and while we
169-
were working on the neccesary changes, they did not make it in time for
169+
were working on the necessary changes, they did not make it in time for
170170
this release. Until then, Visual Studio 2015 still works fine, or you
171171
can run `vcvars.bat` on the command line. We hope to make this work
172172
in a seamless fashion soon.
@@ -319,7 +319,7 @@ tools = []
319319
```
320320

321321
The `tools` feature allows us to include extra tooling, and the `postgres` and `sqlite`
322-
features control which databses we want to support.
322+
features control which databases we want to support.
323323

324324
Previously, `cargo build` would attempt to build all targets, which is normally what
325325
you want. But what if we had a `src/bin/postgres-tool.rs`, that would only really

content/Rust-1.24.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ in 1.24.0, you'll need to revert it for now. While we still plan to introduce
5454
this behavior eventually, we will be rolling it out more slowly and with a new
5555
implementation strategy.
5656

57-
Quoting [the 1.24 annoucement](https://blog.rust-lang.org/2018/02/15/Rust-1.24.html):
57+
Quoting [the 1.24 announcement](https://blog.rust-lang.org/2018/02/15/Rust-1.24.html):
5858

5959
> There’s one other change we’d like to talk about here: undefined behavior.
6060
> Rust generally strives to minimize undefined behavior, having none of it in
@@ -120,7 +120,7 @@ into Lua is [wrapped with `lua_pcall`](https://www.lua.org/pil/24.3.2.html):
120120
So, the question becomes: Why does this break? And why does it break on
121121
Windows?
122122

123-
When we talked about `setjmp`/`longjmp` inititally, a key phrase here wasn't
123+
When we talked about `setjmp`/`longjmp` initially, a key phrase here wasn't
124124
highlighted. Here it is:
125125

126126
> After digging in, the culpurit was found: `setjmp`/`longjmp`. These functions
@@ -192,7 +192,7 @@ we may backport, otherwise, this functionality will be back in 1.26.
192192
TL;DR: `rustc` stopped working for some Windows users in edge-case situations.
193193
If it's been working for you, you were not affected by this bug.
194194

195-
In constrast with the previous bug, which is very complex and tough to understand,
195+
In contrast with the previous bug, which is very complex and tough to understand,
196196
this bug's impact is simple: if you have non-ASCII paths in the directory where
197197
you invoke `rustc`, in 1.24, it would incorrectly error with a message like
198198

content/Rust-1.32.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ n: 6
125125
n: 24
126126
```
127127

128-
This is servicable, but not particularly great. Maybe we could work on how we
128+
This is serviceable, but not particularly great. Maybe we could work on how we
129129
print out the context to make it more clear, but now we're not debugging our code,
130130
we're figuring out how to make our debugging code better.
131131

@@ -161,7 +161,7 @@ Because the `dbg!` macro returns the value of what it's debugging, instead of
161161
of our code. Additionally, we have *vastly* more useful output.
162162

163163
That's a lot to say about a little macro, but we hope it improves your
164-
debugging experience! We are contining to work on support for `gdb` and
164+
debugging experience! We are continuing to work on support for `gdb` and
165165
friends as well, of course.
166166

167167
#### `jemalloc` is removed by default

content/Rust-1.34.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the following snippet, the method `required` expects `dep: &D` but the actual
4545
dependencies.iter().filter(|dep| dep.required());
4646
```
4747

48-
Clippy erronously suggested `.filter(Dependency::required)`,
48+
Clippy erroneously suggested `.filter(Dependency::required)`,
4949
which is rejected by the compiler due to the difference in borrows.
5050

5151
### False positive in `clippy::missing_const_for_fn`

0 commit comments

Comments
 (0)