diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-08-17 10:44:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-17 10:44:07 -0400 |
| commit | a4387d54dca2160544fd0775c52ad942794e4f5f (patch) | |
| tree | e2b41f2f275778f0fffbe05def082906a47c410e /src/libstd/sync | |
| parent | dd39ecf368a3cdb937e129f36a2a342d0c9358f0 (diff) | |
| parent | c7104be1a37daa2f7ec114913247dc93524fd48e (diff) | |
| download | rust-a4387d54dca2160544fd0775c52ad942794e4f5f.tar.gz rust-a4387d54dca2160544fd0775c52ad942794e4f5f.zip | |
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Fix typos & us spellings Fixing some typos and non en-US spellings. (Update of PR https://github.com/rust-lang/rust/pull/42812 )
Diffstat (limited to 'src/libstd/sync')
| -rw-r--r-- | src/libstd/sync/once.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sync/once.rs b/src/libstd/sync/once.rs index bb18fe95a9d..403685a4b8e 100644 --- a/src/libstd/sync/once.rs +++ b/src/libstd/sync/once.rs @@ -387,7 +387,7 @@ impl Drop for Finish { impl OnceState { /// Returns whether the associated [`Once`] has been poisoned. /// - /// Once an initalization routine for a [`Once`] has panicked it will forever + /// Once an initialization routine for a [`Once`] has panicked it will forever /// indicate to future forced initialization routines that it is poisoned. /// /// [`Once`]: struct.Once.html |
