diff --git a/crates/egui/src/context.rs b/crates/egui/src/context.rs index 6396dc0867c..44fbe0e5f81 100644 --- a/crates/egui/src/context.rs +++ b/crates/egui/src/context.rs @@ -2683,7 +2683,7 @@ impl Context { } out.expect( - "egui backend is implemented incorrectly - the user calback was never called", + "egui backend is implemented incorrectly - the user callback was never called", ) }) }