aboutsummaryrefslogtreecommitdiffstats
path: root/java/org
diff options
context:
space:
mode:
authorStefan Kangas2023-12-10 14:05:34 +0100
committerStefan Kangas2023-12-10 14:06:45 +0100
commit7d283ca1a32d1005ab3b7986692d91ee071ebde7 (patch)
tree5475f9efe7039e247c12b6d6c20c7272ea9b302f /java/org
parent06a12b0cccbda419752f3388346be7d302ebcbeb (diff)
downloademacs-7d283ca1a32d1005ab3b7986692d91ee071ebde7.tar.gz
emacs-7d283ca1a32d1005ab3b7986692d91ee071ebde7.zip
; Fix a few more typos
Diffstat (limited to 'java/org')
-rw-r--r--java/org/gnu/emacs/EmacsWindow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/gnu/emacs/EmacsWindow.java b/java/org/gnu/emacs/EmacsWindow.java
index 2c446913eba..3c9e6eb215f 100644
--- a/java/org/gnu/emacs/EmacsWindow.java
+++ b/java/org/gnu/emacs/EmacsWindow.java
@@ -428,7 +428,7 @@ public final class EmacsWindow extends EmacsHandleObject
428 manager = EmacsWindowAttachmentManager.MANAGER; 428 manager = EmacsWindowAttachmentManager.MANAGER;
429 429
430 /* If parent is the root window, notice that there are new 430 /* If parent is the root window, notice that there are new
431 children available for interested activites to pick 431 children available for interested activities to pick
432 up. */ 432 up. */
433 manager.registerWindow (EmacsWindow.this); 433 manager.registerWindow (EmacsWindow.this);
434 434