From 05141f869037925b0f6e446224843c7e35f15930 Mon Sep 17 00:00:00 2001 From: Jack Maguire Date: Thu, 27 Feb 2025 21:50:16 +0700 Subject: [PATCH] Fix typo in comment in `containers/scene.rs` (#5747) There was a typo in one of the comments in the file, so I fixed it :). --- crates/egui/src/containers/scene.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/containers/scene.rs b/crates/egui/src/containers/scene.rs index 5deeb01b..6a9fc104 100644 --- a/crates/egui/src/containers/scene.rs +++ b/crates/egui/src/containers/scene.rs @@ -118,7 +118,7 @@ impl Scene { } if !scene_rect_was_good { - // Auto-reset if the trsnsformation goes bad somehow (or started bad). + // Auto-reset if the transformation goes bad somehow (or started bad). *scene_rect = inner_rect; }