summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/tkWinMenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinMenu.c b/win/tkWinMenu.c
index 5dc8f8a..1051250 100644
--- a/win/tkWinMenu.c
+++ b/win/tkWinMenu.c
@@ -1840,7 +1840,7 @@ DrawMenuEntryArrow(
int width, /* Width of menu entry */
int height, /* Height of menu entry */
int drawArrow) /* For cascade menus, whether of not to draw
- * the arraw. I cannot figure out Windows'
+ * the arrow. I cannot figure out Windows'
* algorithm for where to draw this. */
{
COLORREF oldFgColor;
@@ -2500,7 +2500,7 @@ TkpDrawMenuEntry(
int strictMotif, /* Boolean flag */
int drawingParameters) /* Whether or not to draw the cascade arrow
* for cascade items and accelerator
- * cues. Only applies to Windows. */
+ * cues. */
{
GC gc, indicatorGC;
TkMenu *menuPtr = mePtr->menuPtr;