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 | e553b23b383af4d3ffb9c956a9d9b2b0faf7d750 (patch) | |
tree | 8f89bb7ac9c6821baeecc3a976468a79430dd51f /generic | |
parent | e407997a3ce03e02be44b1ed1bcd5aeb4c6bd2fa (diff) | |
download | tk-e553b23b383af4d3ffb9c956a9d9b2b0faf7d750.zip tk-e553b23b383af4d3ffb9c956a9d9b2b0faf7d750.tar.gz tk-e553b23b383af4d3ffb9c956a9d9b2b0faf7d750.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 |