diff options
author | fvogel <fvogelnew1@free.fr> | 2019-07-02 19:36:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-07-02 19:36:19 (GMT) |
commit | 8a3e8fe5694a99d5b91fb75803a6976aa259eb66 (patch) | |
tree | d8d2e398064aea801ebceddb89eccef4e6988240 /win/tkWinDialog.c | |
parent | 8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12 (diff) | |
download | tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.zip tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.tar.gz tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.tar.bz2 |
Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)
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 5116352..743720d 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -1714,7 +1714,7 @@ static int GetFileNameXP(Tcl_Interp *interp, OFNOpts *optsPtr, enum OFNOper oper /* * We now allow FNERR_BUFFERTOOSMALL when multiselection is enabled. The * filename buffer has been dynamically allocated by the OFN dialog - * procedure to accomodate all selected files. + * procedure to accommodate all selected files. */ if ((winCode != 0) @@ -2716,7 +2716,7 @@ ChooseDirectoryValidateProc( case BFFM_INITIALIZED: { /* - * Directory browser intializing - tell it where to start from, user + * Directory browser initializing - tell it where to start from, user * specified parameter. */ |