From b1c90d69a4bfa588708f9eb5a93537f339cc3e77 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 24 Apr 2023 15:21:19 +0200 Subject: [PATCH] typo --- plugins/persisted-scope/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/persisted-scope/src/lib.rs b/plugins/persisted-scope/src/lib.rs index 0c6256b0..2de84fec 100644 --- a/plugins/persisted-scope/src/lib.rs +++ b/plugins/persisted-scope/src/lib.rs @@ -78,7 +78,7 @@ pub fn init() -> TauriPlugin { #[cfg(feature = "protocol-asset")] let _ = asset_protocol_scope.forbid_file(&scope_state_path); - // We're trying to fix broken .persisted-scope files seemlessly, so we'll be running this on the values read on the saved file. + // We're trying to fix broken .persisted-scope files seamlessly, so we'll be running this on the values read on the saved file. // We will still save some semi-broken values because the scope events are quite spammy and we don't want to reduce runtime performance any further. let ac = AhoCorasick::new_auto_configured(PATTERNS);