diff options
author | fvogel <fvogelnew1@free.fr> | 2016-01-05 16:12:39 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-01-05 16:12:39 (GMT) |
commit | d429b10b89cba5a8dd80ca4eb3874dea424e5fb7 (patch) | |
tree | b6fb725eadb9a610b2bfda74a8f11563afa35979 /generic | |
parent | c2534ffbad37e3ee0bf1a257c16807a1976e629b (diff) | |
download | tk-d429b10b89cba5a8dd80ca4eb3874dea424e5fb7.zip tk-d429b10b89cba5a8dd80ca4eb3874dea424e5fb7.tar.gz tk-d429b10b89cba5a8dd80ca4eb3874dea424e5fb7.tar.bz2 |
Typo fixed in comment
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkText.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkText.c b/generic/tkText.c index 0cb8431..c12c9a5 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -6752,7 +6752,7 @@ TkpTesttextCmd( * * RunAfterSyncCmd -- * - * This function is called by the event loop and excutes the command + * This function is called by the event loop and executes the command * scheduled by [.text sync -command $cmd]. * * Results: |