summaryrefslogtreecommitdiffstats
path: root/library/ttk/button.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-10 14:20:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-10 14:20:42 (GMT)
commit532ab7d7c67ae98335942d7bf2b169be72949772 (patch)
tree4d9193a827207d7d0c7faa05fc2dc9f75b464577 /library/ttk/button.tcl
parente0bd909e9cbf88687b78a5bea9cf90fe251bf3c9 (diff)
downloadtk-532ab7d7c67ae98335942d7bf2b169be72949772.zip
tk-532ab7d7c67ae98335942d7bf2b169be72949772.tar.gz
tk-532ab7d7c67ae98335942d7bf2b169be72949772.tar.bz2
Remove excess spacing in various library files.
Diffstat (limited to 'library/ttk/button.tcl')
-rw-r--r--library/ttk/button.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/button.tcl b/library/ttk/button.tcl
index 9f2cec7..24065c2 100644
--- a/library/ttk/button.tcl
+++ b/library/ttk/button.tcl
@@ -8,7 +8,7 @@
# (If the button is released off the widget, the grab deactivates and
# we get a <Leave> event then, which turns off the "active" state)
#
-# Normally, <ButtonRelease> and <ButtonN-Enter/Leave> events are
+# Normally, <ButtonRelease> and <ButtonN-Enter/Leave> events are
# delivered to the widget which received the initial <ButtonPress>
# event. However, Tk [grab]s (#1223103) and menu interactions
# (#1222605) can interfere with this. To guard against spurious