Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed May 22, 2024
1 parent caab062 commit 70f31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreground.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl ForegroundWatcher {

impl Drop for ForegroundWatcher {
fn drop(&mut self) {
debug!("foreground watcher destoryed");
debug!("foreground watcher destroyed");
if !self.hook.is_invalid() {
unsafe {
let _ = UnhookWinEvent(self.hook);
Expand Down

0 comments on commit 70f31d6

Please sign in to comment.