Fix typos discovered by codespell

This commit is contained in:
Christian Clauss 2024-01-25 18:32:32 +01:00
parent 2b844f5cb5
commit cff2e8bbe0
12 changed files with 18 additions and 18 deletions

View file

@ -143,7 +143,7 @@ pub fn initialize_workspace(app_state: Arc<AppState>, cx: &mut AppContext) {
cx.on_window_should_close(move |cx| {
handle
.update(cx, |workspace, cx| {
// We'll handle closing asynchoronously
// We'll handle closing asynchronously
workspace.close_window(&Default::default(), cx);
false
})