Fix typos & us spellings

This commit is contained in:
Fourchaux
2017-08-15 21:45:21 +02:00
parent 82be83cf74
commit c7104be1a3
47 changed files with 59 additions and 59 deletions

View File

@@ -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