diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-08 20:40:13 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-08 20:40:13 (GMT) |
commit | 09329962c189c0d1906e761169e968afee62158d (patch) | |
tree | a1e32dcbe5897e1211e7cd4f98c0829f014139b1 /win/tkWinWm.c | |
parent | 07515d78a3338310802f115886c4cfa80acc1795 (diff) | |
parent | 3018d78340026597655745f383e8f4c2e4e9505d (diff) | |
download | tk-09329962c189c0d1906e761169e968afee62158d.zip tk-09329962c189c0d1906e761169e968afee62158d.tar.gz tk-09329962c189c0d1906e761169e968afee62158d.tar.bz2 |
Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.
Diffstat (limited to 'win/tkWinWm.c')
-rw-r--r-- | win/tkWinWm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinWm.c b/win/tkWinWm.c index 2f00672..f7a73f7 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -2037,7 +2037,7 @@ UpdateWrapper( * Pick the decorative frame style. Override redirect windows get * created as undecorated popups if they have no transient parent, * otherwise they are children. This allows splash screens to operate - * as an independent window, while having dropdows (like for a + * as an independent window, while having dropdowns (like for a * combobox) not grab focus away from their parent. Transient windows * get a modal dialog frame. Neither override, nor transient windows * appear in the Windows taskbar. Note that a transient window does |