From 426dea12d09df75a35829394c210a346d6de8e6c Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 6 Dec 2023 10:52:47 +0100 Subject: [PATCH] typo --- crates/re_viewer/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/re_viewer/src/app.rs b/crates/re_viewer/src/app.rs index 7197aabf284f..23800a15bc2e 100644 --- a/crates/re_viewer/src/app.rs +++ b/crates/re_viewer/src/app.rs @@ -946,7 +946,7 @@ impl App { /// should show up. /// /// Why not always show it when no data is loaded? - /// Because sometimes we expet data to arrive at any moment, + /// Because sometimes we expect data to arrive at any moment, /// and showing the wlecome screen for a few frames will just be an annoying flash /// in the users face. fn should_show_welcome_screen(&mut self, store_hub: &StoreHub) -> bool {