diff options
author | fvogel <fvogelnew1@free.fr> | 2016-03-16 13:16:22 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-03-16 13:16:22 (GMT) |
commit | e3c55a1c63f3103c8febf4251dff59ecb740cdf3 (patch) | |
tree | 8f89bb7ac9c6821baeecc3a976468a79430dd51f /generic | |
parent | 2b27bfdd758f6c35adfaf96148424d06f51c9292 (diff) | |
download | tk-e3c55a1c63f3103c8febf4251dff59ecb740cdf3.zip tk-e3c55a1c63f3103c8febf4251dff59ecb740cdf3.tar.gz tk-e3c55a1c63f3103c8febf4251dff59ecb740cdf3.tar.bz2 |
Fixed typo in comment
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkMenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkMenu.c b/generic/tkMenu.c index d24516f..7f5389c 100644 --- a/generic/tkMenu.c +++ b/generic/tkMenu.c @@ -38,7 +38,7 @@ * implemented using menu clones. Menu clones are full menus in their own * right; they have a Tk window and pathname associated with them; they have a * TkMenu structure and array of entries. However, they are linked with the - * original menu that they were cloned from. The reflect the attributes of the + * original menu that they were cloned from. They reflect the attributes of the * original, or "master", menu. So if an item is added to a menu, and that * menu has clones, then the item must be added to all of its clones also. * Menus are cloned when a menu is torn-off or when a menu is assigned as a |