From 043cb26f4af425cf1f6a4f6221e4d6e06f0c0139 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 9 Mar 2025 13:22:59 +0800 Subject: [PATCH] ; * java/org/gnu/emacs/EmacsWindow.java (viewLayout): Typo in comment. (cherry picked from commit 4db604f3751ffb6a1fc3fd4277445a8f94cec13f) --- java/org/gnu/emacs/EmacsWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/gnu/emacs/EmacsWindow.java b/java/org/gnu/emacs/EmacsWindow.java index 801a5ebc96b..6123ad33549 100644 --- a/java/org/gnu/emacs/EmacsWindow.java +++ b/java/org/gnu/emacs/EmacsWindow.java @@ -353,7 +353,7 @@ public final class EmacsWindow extends EmacsHandleObject /* Otherwise accept the new position offered by the toolkit. FIXME: isn't there a potential race condition here if the toolkit lays out EmacsView after a child frame's rect is set but before it - calls onLayout to read the modifies rect? */ + calls onLayout to read the modified rect? */ else { rect.left = left; -- 2.39.5