chore: spellcheck

This commit is contained in:
link2xt
2023-10-22 06:53:26 +00:00
parent 0227bbc305
commit defcd5764b
13 changed files with 14 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ use crate::tools::{duration_to_str, time};
///
/// # Examples
///
/// Creating a new unecrypted database:
/// Creating a new unencrypted database:
///
/// ```
/// # let rt = tokio::runtime::Runtime::new().unwrap();