Skip to content

Commit

Permalink
Replaced "occourd" with "occured".
Browse files Browse the repository at this point in the history
  • Loading branch information
mems01 authored Aug 7, 2024
1 parent e71d83d commit b3f7691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/app/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ async fn run_client(
shareable_window.lock().unwrap().show().unwrap();
}

let message = format!("An error occourd:\n\n{:?}", e);
let message = format!("An error occured:\n\n{:?}", e);
shareable_window.lock().unwrap().emit("client-error", format!("{}\n\n{}", message, ERROR_MSG)).unwrap();
handle_stderr(&shareable_window, message.as_bytes()).unwrap();
};
Expand Down

0 comments on commit b3f7691

Please sign in to comment.