summaryrefslogtreecommitdiffstats
path: root/generic/tkMenu.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-07-31 09:39:32 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-07-31 09:39:32 (GMT)
commitfb53dca973ae4c26963793d7b5c5bc8318a3ee2c (patch)
treee37e643a549b285dc06606fb7539dbd364de1418 /generic/tkMenu.c
parentc5eb851f8387eb5fc52c3ab493c72f3e3d3f5f45 (diff)
parent8b0a749179c8aba1850ff8aa5e71d4a9a4457fdd (diff)
downloadtk-fb53dca973ae4c26963793d7b5c5bc8318a3ee2c.zip
tk-fb53dca973ae4c26963793d7b5c5bc8318a3ee2c.tar.gz
tk-fb53dca973ae4c26963793d7b5c5bc8318a3ee2c.tar.bz2
merged trunk
Diffstat (limited to 'generic/tkMenu.c')
-rw-r--r--generic/tkMenu.c2
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