summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-03-16 13:16:22 (GMT)
committerfvogel <fvogel@noemail.net>2016-03-16 13:16:22 (GMT)
commit6b83b4e1c7015f48cce38be6c21b13e7e2b4c835 (patch)
tree8f89bb7ac9c6821baeecc3a976468a79430dd51f
parent2072bc65d0222ade0e1f0e204fcf3d5d12e7e65e (diff)
downloadtk-6b83b4e1c7015f48cce38be6c21b13e7e2b4c835.zip
tk-6b83b4e1c7015f48cce38be6c21b13e7e2b4c835.tar.gz
tk-6b83b4e1c7015f48cce38be6c21b13e7e2b4c835.tar.bz2
Fixed typo in comment
FossilOrigin-Name: c9a07b8344e54394c7df17f73346ed352953f86b
-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