diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /java/org/gnu/emacs/EmacsDesktopNotification.java | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
Spelling fixes
Diffstat (limited to 'java/org/gnu/emacs/EmacsDesktopNotification.java')
| -rw-r--r-- | java/org/gnu/emacs/EmacsDesktopNotification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/gnu/emacs/EmacsDesktopNotification.java b/java/org/gnu/emacs/EmacsDesktopNotification.java index 72569631a8c..2bbfd867afa 100644 --- a/java/org/gnu/emacs/EmacsDesktopNotification.java +++ b/java/org/gnu/emacs/EmacsDesktopNotification.java @@ -83,7 +83,7 @@ public final class EmacsDesktopNotification notification. */ public final String[] actions, titles; - /* Delay in miliseconds after which this notification should be + /* Delay in milliseconds after which this notification should be automatically dismissed. */ public final long delay; |
