summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2014-11-21 16:15:40 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2014-11-21 16:15:40 (GMT)
commit6913a0f2b50032e8197b508cd31184e19d765f0a (patch)
treec6d1adfa08fe311a7397c644485cf0d197c241fc /ChangeLog
parent84baa66c4037de9586d3245575bda29e2ed842d0 (diff)
downloadtk-6913a0f2b50032e8197b508cd31184e19d765f0a.zip
tk-6913a0f2b50032e8197b508cd31184e19d765f0a.tar.gz
tk-6913a0f2b50032e8197b508cd31184e19d765f0a.tar.bz2
Remove unnecessary end-of-line spacing
FossilOrigin-Name: a79b0b9416381ec4df6f4e2247d96ae09361ec68
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>