diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 15:16:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 15:16:01 (GMT) |
commit | f8e0440984fd76b924ce69b6b049d4333088933b (patch) | |
tree | c30a0c129f61143c4de0d30c723a0ae8fb68a0f5 /win | |
parent | ed7e89f24411571343e21f08baeb35984a519c30 (diff) | |
download | tk-f8e0440984fd76b924ce69b6b049d4333088933b.zip tk-f8e0440984fd76b924ce69b6b049d4333088933b.tar.gz tk-f8e0440984fd76b924ce69b6b049d4333088933b.tar.bz2 |
Fix [82d5a93a46]: 8.6 Documentation/comment typo fixes
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinDialog.c | 10 | ||||
-rw-r--r-- | win/tkWinDraw.c | 2 | ||||
-rw-r--r-- | win/tkWinWm.c | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 4aa88b1..5907a68 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -938,7 +938,7 @@ ColorDlgHookProc( /* *---------------------------------------------------------------------- * - * Tk_GetOpenFileCmd -- + * Tk_GetOpenFileObjCmd -- * * This function implements the "open file" dialog box for the Windows * platform. See the user documentation for details on what it does. @@ -965,16 +965,16 @@ Tk_GetOpenFileObjCmd( /* *---------------------------------------------------------------------- * - * Tk_GetSaveFileCmd -- + * Tk_GetSaveFileObjCmd -- * - * Same as Tk_GetOpenFileCmd but opens a "save file" dialog box + * Same as Tk_GetOpenFileObjCmd but opens a "save file" dialog box * instead * * Results: - * Same as Tk_GetOpenFileCmd. + * Same as Tk_GetOpenFileObjCmd. * * Side effects: - * Same as Tk_GetOpenFileCmd. + * Same as Tk_GetOpenFileObjCmd. * *---------------------------------------------------------------------- */ diff --git a/win/tkWinDraw.c b/win/tkWinDraw.c index 8fb6a84..d0df3ec 100644 --- a/win/tkWinDraw.c +++ b/win/tkWinDraw.c @@ -488,7 +488,7 @@ XCopyPlane( * * TkPutImage, XPutImage -- * - * Copies a subimage from an in-memory image to a rectangle of of the + * Copies a subimage from an in-memory image to a rectangle of the * specified drawable. * * Results: diff --git a/win/tkWinWm.c b/win/tkWinWm.c index 98c699e..3651040 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -8592,7 +8592,7 @@ TkpWinToplevelOverrideRedirect( * * TkpWinToplevelDetachWindow -- * - * This function is to be usd for changing a toplevel's wrapper or + * This function is to be used for changing a toplevel's wrapper or * container. * * Results: |