summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-12-08 21:59:55 (GMT)
committermdejong <mdejong>2002-12-08 21:59:55 (GMT)
commit2d586e08cc39e7b60583ad1e2368591708613c08 (patch)
treeda0424da1c595a2cddda55adb4a400736214b033 /ChangeLog
parent9ba6b47ef626dc8248e5fcd5a420d332baeaae53 (diff)
downloadtk-2d586e08cc39e7b60583ad1e2368591708613c08.zip
tk-2d586e08cc39e7b60583ad1e2368591708613c08.tar.gz
tk-2d586e08cc39e7b60583ad1e2368591708613c08.tar.bz2
Fix typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f7353b9..bf16f38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,7 +57,7 @@
* generic/tkWindow.c (Tk_DestroyWindow, DeleteWindowsExitProc):
Add TkHalfdeadWindow type and halfdeadWindowList to keep track of
windows that were only partially deallocated before a call to
- exit. Finnish cleaning up these windows in DeleteWindowsExitProc.
+ exit. Finish cleaning up these windows in DeleteWindowsExitProc.
Keep track of cleanup status in Tk_DestroyWindow so that a window
with a Destroy binding which calls exit will get fully destroyed.
* tests/window.test: Add Tk_DestroyWindow tests for an assortment