chore: fix typos

Applied fixes suggested by scripts/codespell.sh
This commit is contained in:
link2xt
2024-12-02 16:01:27 +00:00
committed by l
parent 587ea02ffa
commit 191eb7efdd
23 changed files with 35 additions and 35 deletions

View File

@@ -83,7 +83,7 @@ impl InnerPool {
/// Retrieves a connection from the pool.
///
/// Sets `query_only` pragma to the provided value
/// to prevent accidentaly misuse of connection
/// to prevent accidental misuse of connection
/// for writing when reading is intended.
/// Only pass `query_only=false` if you want
/// to use the connection for writing.