janitor: Fix typos and make cspell happy

This commit is contained in:
Tobias Hunger 2022-03-18 09:06:40 +01:00 committed by Tobias Hunger
parent ed60dcb6b5
commit 86a6add32c
4 changed files with 6 additions and 4 deletions

View file

@ -5,7 +5,7 @@ use anyhow::Context;
use std::iter::Extend;
use std::path::{Path, PathBuf};
// cspell::ignore compat constexpr corelib sharedvector pathdata
// cSpell: ignore compat constexpr corelib deps sharedvector pathdata
fn ensure_cargo_rerun_for_crate(
crate_dir: &Path,

View file

@ -982,7 +982,7 @@ void invoke_from_event_loop(Functor f)
///
/// This function must be called from a different thread than the thread that runs the event loop
/// otherwise it will result in a deadlock. Calling this function if the event loop is not running
/// will also block foerver or until the event loop is started in another thread.
/// will also block forever or until the event loop is started in another thread.
///
/// The following example is reading the message property from a thread
///