Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 10, 2024
1 parent 7c5e175 commit 1806aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iced_layershell/src/multi_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ where
.expect("Cannot send");
}
LayershellCustomActionsWithInfo::ForgetLastOutput => {
ev.foget_last_output();
ev.forget_last_output();
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion layershellev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ impl<T> WindowState<T> {
self.units.remove(index);
}

pub fn foget_last_output(&mut self) {
pub fn forget_last_output(&mut self) {
self.last_wloutput.take();
}
}
Expand Down

0 comments on commit 1806aa0

Please sign in to comment.