diff options
author | fvogel <fvogelnew1@free.fr> | 2022-09-20 05:47:45 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-09-20 05:47:45 (GMT) |
commit | c4f43cbfd61694402d68b8b956becdfca5e13117 (patch) | |
tree | 33e818cebbd468d27a5f7eefbddc465a940b6a21 /win/tkWinWm.c | |
parent | 53d6fbfb14d816635671417a8023a355d7611f3d (diff) | |
parent | 63c9a7bdc6784f26faea47bd01badf0ad1d94d17 (diff) | |
download | tk-c4f43cbfd61694402d68b8b956becdfca5e13117.zip tk-c4f43cbfd61694402d68b8b956becdfca5e13117.tar.gz tk-c4f43cbfd61694402d68b8b956becdfca5e13117.tar.bz2 |
merge 8.6
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 9495f7d..80bdc75 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -131,7 +131,7 @@ typedef struct { } ICONDIR, *LPICONDIR; /* - * A pointer to one of these strucutures is associated with each toplevel. + * A pointer to one of these structures is associated with each toplevel. * This allows us to free up all memory associated with icon resources when a * window is deleted or if the window's icon is changed. They are simply * reference counted according to: |