diff options
author | Andreas Deininger <andreas@deininger.net> | 2024-08-02 13:26:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 13:26:54 +0200 |
commit | ea121c9a0e162a83beeae62ed9e5a7911877bcbc (patch) | |
tree | 595186262a70cbdc22c067a9d5815a51103c25fc /cli/cache/cache_db.rs | |
parent | bcdf600ae40af8880d9c6d8e0c64179de274290f (diff) |
docs: fix typos (#24820)
This PR fixes various typos I spotted in the project.
Diffstat (limited to 'cli/cache/cache_db.rs')
-rw-r--r-- | cli/cache/cache_db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cache/cache_db.rs b/cli/cache/cache_db.rs index 856587292..b24078f29 100644 --- a/cli/cache/cache_db.rs +++ b/cli/cache/cache_db.rs @@ -470,7 +470,7 @@ mod tests { }; static TEST_DB_BLACKHOLE: CacheDBConfiguration = CacheDBConfiguration { - table_initializer: "syntax error", // intentially cause an error + table_initializer: "syntax error", // intentionally cause an error on_version_change: "", preheat_queries: &[], on_failure: CacheFailure::Blackhole, |