summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-01-01 11:00:57 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-01-01 11:00:57 (GMT)
commit0d207d8ae333209a43b8d7fef08e3b51db4125e5 (patch)
tree904f92157771641ba39eb94a2d5413677af22969 /win/tkWinWm.c
parent340dad9271aba15d6c9c0bca6b493ae3f71d5de9 (diff)
downloadtk-0d207d8ae333209a43b8d7fef08e3b51db4125e5.zip
tk-0d207d8ae333209a43b8d7fef08e3b51db4125e5.tar.gz
tk-0d207d8ae333209a43b8d7fef08e3b51db4125e5.tar.bz2
Correct typos in various comments.
Diffstat (limited to 'win/tkWinWm.c')
-rw-r--r--win/tkWinWm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/win/tkWinWm.c b/win/tkWinWm.c
index d2602f7..9495f7d 100644
--- a/win/tkWinWm.c
+++ b/win/tkWinWm.c
@@ -5580,7 +5580,7 @@ WmTransientCmd(
return TCL_ERROR;
}
for (w = containerPtr; w != NULL && w->wmInfoPtr != NULL;
- w = (TkWindow *)w->wmInfoPtr->containerPtr) {
+ w = (TkWindow *)w->wmInfoPtr->containerPtr) {
if (w == winPtr) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"setting \"%s\" as master creates a transient/master cycle",
@@ -8297,7 +8297,7 @@ ActivateWindow(
/*
* If the toplevel is in the middle of a move or size operation then
* we must delay handling of this event to avoid stealing the focus
- * while the window manage is in control.
+ * while the window manager is in control.
*/
if (eventPtr->flagPtr && *eventPtr->flagPtr) {
@@ -8365,7 +8365,7 @@ TkWinSetForegroundWindow(
*
* TkpWinToplevelWithdraw --
*
- * This function is to be used by a window manage to withdraw a toplevel
+ * This function is to be used by a window manager to withdraw a toplevel
* window.
*
* Results:
@@ -8392,7 +8392,7 @@ TkpWinToplevelWithDraw(
*
* TkpWinToplevelIconify --
*
- * This function is to be used by a window manage to iconify a toplevel
+ * This function is to be used by a window manager to iconify a toplevel
* window.
*
* Results:
@@ -8416,7 +8416,7 @@ TkpWinToplevelIconify(
*
* TkpWinToplevelDeiconify --
*
- * This function is to be used by a window manage to deiconify a toplevel
+ * This function is to be used by a window manager to deiconify a toplevel
* window.
*
* Results:
@@ -8483,7 +8483,7 @@ TkpWinToplevelDeiconify(
*
* TkpWinGeometryIsControlledByWm --
*
- * This function is to be used by a window manage to see if wm has
+ * This function is to be used by a window manager to see if wm has
* canceled geometry control.
*
* Results: