diff options
author | fvogelnew1@free.fr <fvogel> | 2016-01-05 16:12:39 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2016-01-05 16:12:39 (GMT) |
commit | 95b638faf3e8e2a6a3154fe92f6382d2ae447a75 (patch) | |
tree | b6fb725eadb9a610b2bfda74a8f11563afa35979 /generic | |
parent | c7732038c7ae9c10c1afde3335ead9eb11059f1d (diff) | |
download | tk-95b638faf3e8e2a6a3154fe92f6382d2ae447a75.zip tk-95b638faf3e8e2a6a3154fe92f6382d2ae447a75.tar.gz tk-95b638faf3e8e2a6a3154fe92f6382d2ae447a75.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: |