Skip to content

Commit 87e7408

Browse files
committed
spelling: exist
Signed-off-by: Josh Soref <[email protected]>
1 parent 53556ba commit 87e7408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/connection.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,8 +1857,8 @@ mod privacy_mode {
18571857
pub(super) fn turn_on_privacy(_conn_id: i32) -> ResultType<bool> {
18581858
#[cfg(windows)]
18591859
{
1860-
let plugin_exitst = crate::ui::win_privacy::turn_on_privacy(_conn_id)?;
1861-
Ok(plugin_exitst)
1860+
let plugin_exist = crate::ui::win_privacy::turn_on_privacy(_conn_id)?;
1861+
Ok(plugin_exist)
18621862
}
18631863
#[cfg(not(windows))]
18641864
{

0 commit comments

Comments
 (0)