From 4cad978f80cd1af5245a085b887c5f45694ee4f9 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 6 Nov 2023 10:42:24 +0100 Subject: [PATCH] Spelling --- crates/egui/src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/context.rs b/crates/egui/src/context.rs index 6396dc086..44fbe0e5f 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", ) }) }