Skip to content

Commit

Permalink
Unbreak windows build. 2 typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 6, 2024
1 parent ca57aed commit 2883573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win/tkWinMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,11 @@ GetEntryText(
: Tcl_GetString(mePtr->accelPtr);
const char *p, *next;
Tcl_DString itemString;
Tcl_UniChar ch = 0;
int ch = 0;

/*
* We have to construct the string with an ampersand preceeding the
* underline character, and a tab seperating the text and the accel
* We have to construct the string with an ampersand preceding the
* underline character, and a tab separating the text and the accel
* text. We have to be careful with ampersands in the string.
*/

Expand Down

0 comments on commit 2883573

Please sign in to comment.