aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authortuhana <[email protected]>2023-10-05 20:08:26 +0300
committertuhana <[email protected]>2023-10-05 20:08:26 +0300
commit3d4be24902983a94a601aabe016d6e773e888cd9 (patch)
treeb85aea35f08fb5e0e9a81e2aeee4258032e8275d /build.rs
parentbc26bfa589c007da9b9be37e1172060f38a948b9 (diff)
downloadvaultwarden-3d4be24902983a94a601aabe016d6e773e888cd9.tar.gz
vaultwarden-3d4be24902983a94a601aabe016d6e773e888cd9.zip
Fix typos
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index e9593265..ac655e41 100644
--- a/build.rs
+++ b/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.