]> git.eshelyaron.com Git - emacs.git/commitdiff
; * java/org/gnu/emacs/EmacsWindow.java (viewLayout): Typo in comment.
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Mar 2025 05:22:59 +0000 (13:22 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 10:30:40 +0000 (11:30 +0100)
(cherry picked from commit 4db604f3751ffb6a1fc3fd4277445a8f94cec13f)

java/org/gnu/emacs/EmacsWindow.java

index 801a5ebc96ba9423a62bc1b1b108be7d9db30e9a..6123ad33549bf764568afe4215eb3972c1a4fec0 100644 (file)
@@ -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;