summaryrefslogtreecommitdiffstats
path: root/library/systray.tcl
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-11-14 01:31:42 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-11-14 01:31:42 (GMT)
commit32e8cb9819341b4718e355896cb41879e1f57787 (patch)
tree91192f4226519c3c23e88a8d7ea088396bddba41 /library/systray.tcl
parentc19a47081d485626c0cf46122e4a3ec8c5845272 (diff)
downloadtk-32e8cb9819341b4718e355896cb41879e1f57787.zip
tk-32e8cb9819341b4718e355896cb41879e1f57787.tar.gz
tk-32e8cb9819341b4718e355896cb41879e1f57787.tar.bz2
Fix typo
Diffstat (limited to 'library/systray.tcl')
-rw-r--r--library/systray.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/systray.tcl b/library/systray.tcl
index 48ebfa2..251cf64 100644
--- a/library/systray.tcl
+++ b/library/systray.tcl
@@ -1,6 +1,6 @@
# systray.tcl --
-# This file defines the systray command for icon display and manipulation
+# This file defines the tk systray command for icon display and manipulation
# in the system tray on X11, Windows, and macOS, and the ::tk::sysnotify command
# for system alerts on each platform. It implements an abstraction layer that
# presents a consistent API across the three platforms.