summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-11-21 16:15:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-11-21 16:15:40 (GMT)
commitb04a66064750406884bc65f57f4a4e8b63f69930 (patch)
treec6d1adfa08fe311a7397c644485cf0d197c241fc /ChangeLog
parentd1f6536c011946290849f4bc9dea8ac64774a1b7 (diff)
downloadtk-b04a66064750406884bc65f57f4a4e8b63f69930.zip
tk-b04a66064750406884bc65f57f4a4e8b63f69930.tar.gz
tk-b04a66064750406884bc65f57f4a4e8b63f69930.tar.bz2
Remove unnecessary end-of-line spacing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eb5433..0527b19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,7 @@ a better first place to look now.
* library/ttk/progress.tcl: Bug [c597acdab3]: Call [$pb step]
in tail position in ttk::progressbar::Autoincrement, so that
the widget is in a consistent state when any write traces on
- the linked -variable are fired.
+ the linked -variable are fired.
2013-08-14 Jan Nijtmans <nijtmans@users.sf.net>