mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-12 06:33:57 +00:00
Fix typos
This commit is contained in:
parent
bc26bfa589
commit
3d4be24902
12 changed files with 26 additions and 26 deletions
2
build.rs
2
build.rs
|
@ -18,7 +18,7 @@ fn main() {
|
|||
);
|
||||
|
||||
#[cfg(all(not(debug_assertions), feature = "query_logger"))]
|
||||
compile_error!("Query Logging is only allowed during development, it is not intented for production usage!");
|
||||
compile_error!("Query Logging is only allowed during development, it is not intended for production usage!");
|
||||
|
||||
// Support $BWRS_VERSION for legacy compatibility, but default to $VW_VERSION.
|
||||
// If neither exist, read from git.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue