diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-10 21:10:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-10 21:10:20 (GMT) |
commit | f6715923b8e582240ab916b3a1432af4cc1ecc56 (patch) | |
tree | 4617af91a260fbcc070645aac13b188a945e2515 /win/tkWinDialog.c | |
parent | 6b3ace837fc82f4c7474d30636b0b7ecf8aa4e44 (diff) | |
download | tk-f6715923b8e582240ab916b3a1432af4cc1ecc56.zip tk-f6715923b8e582240ab916b3a1432af4cc1ecc56.tar.gz tk-f6715923b8e582240ab916b3a1432af4cc1ecc56.tar.bz2 |
Fix [006403a25d]: various comment/documentation fixes
Diffstat (limited to 'win/tkWinDialog.c')
-rw-r--r-- | win/tkWinDialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 176ba88..da13e48 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -1900,7 +1900,7 @@ GetFileName( * * OFNHookProc -- * - * Dialog box hook function. This is used to sets the "tk_dialog" + * Dialog box hook function. This is used to set the "tk_dialog" * variable for test/debugging when the dialog is ready to receive * messages. When multiple file selection is enabled this function * is used to process the list of names. @@ -2779,7 +2779,7 @@ ChooseDirectoryValidateProc( * See user documentation. * * Side effects: - * None. The MessageBox window will be destroy before this function + * None. The MessageBox window will be destroyed before this function * returns. * *---------------------------------------------------------------------- |