Changelog: * dlls/wininet/internet.c, include/oleauto.h, include/sddl.h, tools/wineconf.libs/autoconf.tcl, tools/wineconf.libs/saveRC.tcl, tools/wineconf.libs/wineconf.tcl, tools/wineconf.libs/wineconf1.tcl Assorted spelling fixes. Index: dlls/wininet/internet.c =================================================================== RCS file: /home/cvs/wine/dlls/wininet/internet.c,v retrieving revision 1.69 diff -u -r1.69 internet.c --- dlls/wininet/internet.c 9 Nov 2003 01:23:32 -0000 1.69 +++ dlls/wininet/internet.c 11 Nov 2003 00:42:33 -0000 @@ -392,7 +392,7 @@ * Return last wininet error description on the calling thread * * RETURNS - * TRUE on success of writting to buffer + * TRUE on success of writing to buffer * FALSE on failure * */ Index: include/oleauto.h =================================================================== RCS file: /home/cvs/wine/include/oleauto.h,v retrieving revision 1.54 diff -u -r1.54 oleauto.h --- include/oleauto.h 14 Nov 2003 21:01:15 -0000 1.54 +++ include/oleauto.h 18 Nov 2003 15:24:18 -0000 @@ -622,8 +622,8 @@ #define NUMPRS_TRAILING_MINUS 0x00020 /* Trailing '-' sign */ #define NUMPRS_HEX_OCT 0x00040 /* Octal number (with a leading 0) */ #define NUMPRS_PARENS 0x00080 /* Parentheses for negative numbers */ -#define NUMPRS_DECIMAL 0x00100 /* Decimal seperator */ -#define NUMPRS_THOUSANDS 0x00200 /* Thousands seperator */ +#define NUMPRS_DECIMAL 0x00100 /* Decimal separator */ +#define NUMPRS_THOUSANDS 0x00200 /* Thousands separator */ #define NUMPRS_CURRENCY 0x00400 /* Currency symbol */ #define NUMPRS_EXPONENT 0x00800 /* Exponent (e.g. "e-14") */ #define NUMPRS_USE_ALL 0x01000 /* Parse the entire string */ Index: include/sddl.h =================================================================== RCS file: /home/cvs/wine/include/sddl.h,v retrieving revision 1.1 diff -u -r1.1 sddl.h --- include/sddl.h 11 Nov 2003 22:03:24 -0000 1.1 +++ include/sddl.h 18 Nov 2003 15:24:02 -0000 @@ -39,7 +39,7 @@ #define SDDL_SACL TEXT("S") /* - * SDDL Seperators - character version + * SDDL Separators - character version */ #define SDDL_SEPERATORC TEXT(";") #define SDDL_DELIMINATORC TEXT(":") @@ -47,7 +47,7 @@ #define SDDL_ACE_ENDC TEXT(")") /* - * SDDL Seperators - string version + * SDDL Separators - string version */ #define SDDL_SEPERATOR TEXT(";") #define SDDL_DELIMINATOR TEXT(":") Index: tools/wineconf.libs/autoconf.tcl =================================================================== RCS file: /home/cvs/wine/tools/wineconf.libs/autoconf.tcl,v retrieving revision 1.2 diff -u -r1.2 autoconf.tcl --- tools/wineconf.libs/autoconf.tcl 10 Mar 2002 00:24:23 -0000 1.2 +++ tools/wineconf.libs/autoconf.tcl 7 Nov 2003 16:35:56 -0000 @@ -17,10 +17,10 @@ proc TkW:autoconf {outfile} { -# This files scans the fstab, then creates a wine.conf file -# parsed to wineconf for further editings.... +# This file scans the fstab, then creates a wine.conf file +# parsed by wineconf for further edition... -# MS DOS drives are sorted following the rules explained in tools/wineconf +# MS DOS drives are sorted according to the rules explained in tools/wineconf global PATH global TMPLetter WINLetter SYSLetter @@ -336,7 +336,7 @@ proc TkW:addDosDrive {line} { # for now, I'll consider any dos file as ext2... - # may be this should improve a bit! + # maybe this should be improved a bit! global NdosDrives DosPath DosDevice DosLabel DosType DosSerial DosFS @@ -478,8 +478,8 @@ proc TkW:MiscEndConf {temp} { - #Create an acceptable PATH variable, and - # gets the TMP WINDOWS and SYSTEM drive letters: + # Create an acceptable PATH variable, and + # get the TMP WINDOWS and SYSTEM drive letters: global PATH NDRIVES Letter DRIVEPATH global TMPLetter set PATH "" @@ -596,7 +596,7 @@ set UnixFS($NunixDrives) win95 return /tmp } else { -#Could add here a search for c:\TEMP or c:|windows\temp +#Could add here a search for c:\TEMP or c:\windows\temp set WAITfilename wait TkW:GetFileName $WhereTmp $OK $CANCEL Folder @@ -612,7 +612,7 @@ return $GetFileName } } -# I'll consider this new one as unix, althought if it's win fs that's ok +# I'll consider this new one as unix, although if it's win fs that's ok set NunixDrives [expr $NunixDrives + 1] set UnixPath($NunixDrives) $GetFileName set exclude "$exclude$UnixPath($NunixDrives) " Index: tools/wineconf.libs/saveRC.tcl =================================================================== RCS file: /home/cvs/wine/tools/wineconf.libs/saveRC.tcl,v retrieving revision 1.2 diff -u -r1.2 saveRC.tcl --- tools/wineconf.libs/saveRC.tcl 10 Mar 2002 00:24:23 -0000 1.2 +++ tools/wineconf.libs/saveRC.tcl 7 Nov 2003 16:29:33 -0000 @@ -85,13 +85,13 @@ proc TkW:saveRC {} { # This proc saves the ~/.winesetuprc file -# all the last compile option, source dest, install dire, +# The last compile option, source dest, install dir, # and the like are saved. # Could be improved by adding a "default" button in some places so some -#changes could be ignore there.... +# changes could be ignored there.... # For now, it saves all the last selections. -# Opens the ~/.winesetuprc for writting: +# Opens ~/.winesetuprc for writing: set savein [open ~/.winesetuprc w] # Puts the comments as well as the content: Index: tools/wineconf.libs/wineconf.tcl =================================================================== RCS file: /home/cvs/wine/tools/wineconf.libs/wineconf.tcl,v retrieving revision 1.2 diff -u -r1.2 wineconf.tcl --- tools/wineconf.libs/wineconf.tcl 10 Mar 2002 00:24:23 -0000 1.2 +++ tools/wineconf.libs/wineconf.tcl 7 Nov 2003 16:32:57 -0000 @@ -293,7 +293,7 @@ # bind lis23-26 bind .wineconf.can01.lis23 <ButtonRelease> { set sel_drive [ .wineconf.can01.lis23 nearest %y] - #enable related button + # enable related button .wineconf.can01.but30 configure -state normal .wineconf.can01.but29 configure -state normal # disable the tow CLEAR buttons of ports: @@ -314,7 +314,7 @@ .wineconf.can01.lis23 selection set $sel_drive .wineconf.can01.but30 configure -state normal .wineconf.can01.but29 configure -state normal - # disble the tow CLEAR buttons of ports: + # disable the tow CLEAR buttons of ports: .wineconf.can54.but70 configure -state disabled .wineconf.can53.but64 configure -state disabled } @@ -323,7 +323,7 @@ .wineconf.can01.lis23 selection set $sel_drive .wineconf.can01.but30 configure -state normal .wineconf.can01.but29 configure -state normal - # disble the tow CLEAR buttons of ports: + # disable the tow CLEAR buttons of ports: .wineconf.can54.but70 configure -state disabled .wineconf.can53.but64 configure -state disabled } @@ -344,7 +344,7 @@ place .wineconf.can01.but51 \ -x 375 -y 141 -width 60 -height 28 -anchor nw -bordermode ignore -#placing wine sctions widgets: +#placing wine sections widgets: place .wineconf.can37 \ -x 5 -y 230 -width 449 -height 115 -anchor nw -bordermode ignore @@ -385,7 +385,7 @@ bind .wineconf.can53.lis58 <ButtonRelease> { set sel_com [ .wineconf.can53.lis58 nearest %y] .wineconf.can53.lis58 selection set $sel_com - #disbale other list related buttons: + # disable other list related buttons: .wineconf.can01.but30 configure -state disabled .wineconf.can01.but29 configure -state disabled # disable/enable the tow CLEAR buttons of ports: @@ -396,7 +396,7 @@ bind .wineconf.can53.lis59 <ButtonRelease> { set sel_com [ .wineconf.can53.lis59 nearest %y] .wineconf.can53.lis58 selection set $sel_com - #disbale other list related buttons: + # disable other list related buttons: .wineconf.can01.but30 configure -state disabled .wineconf.can01.but29 configure -state disabled # disable/enable the tow CLEAR buttons of ports: @@ -425,7 +425,7 @@ # bind lis67 bind .wineconf.can54.lis68 <ButtonRelease> { set sel_port [ .wineconf.can53.lis59 nearest %y] - #disbale other list related buttons: + # disable other list related buttons: .wineconf.can01.but30 configure -state disabled .wineconf.can01.but29 configure -state disabled # disable/enable the tow CLEAR buttons of ports: @@ -436,7 +436,7 @@ bind .wineconf.can54.lis67 <ButtonRelease> { set sel_port [ .wineconf.can53.lis59 nearest %y] .wineconf.can54.lis67 selection set $sel_port - #disbale other list related buttons: + # disable other list related buttons: .wineconf.can01.but30 configure -state disabled .wineconf.can01.but29 configure -state disabled # disable/enable the tow CLEAR buttons of ports: @@ -480,7 +480,7 @@ TkW:readwinerc $DefaultConfFile # Set the listboxes: TkW:setboxes -#updates the scollings +# update the scrollbars set WAITconf 1 while {$WAITconf == 1} { TkW:scrollwindows } } @@ -504,7 +504,7 @@ set winelook Win95 set wine_logfile /tmp/winelog -# OPEN /tmp/tkwwinerc for writting +# OPEN /tmp/tkwwinerc for writing set rcout [open /tmp/tkwinerc w] set ndrives -1 @@ -529,7 +529,7 @@ # The two lines below SHOULD work... they don't #if {[string match "\[*\]" $line]} \ #{TkW:debug Section;set idok 1} - ## a ugly replacement: + ## an ugly replacement: if {"[string range $line 0 0][string range $line $n $n]"\ == "\[\]"} { TkW:sections @@ -900,7 +900,7 @@ .wineconf.can54.but69 configure -state disabled .wineconf.can53.but63 configure -state disabled -# this is a ugly trick as buttons command need a global variable, not an arg +# this is an ugly trick as buttons command need a global variable, not an arg set lptcom $comlpt if {$comlpt == "com"} then { Index: tools/wineconf.libs/wineconf1.tcl =================================================================== RCS file: /home/cvs/wine/tools/wineconf.libs/wineconf1.tcl,v retrieving revision 1.2 diff -u -r1.2 wineconf1.tcl --- tools/wineconf.libs/wineconf1.tcl 10 Mar 2002 00:24:23 -0000 1.2 +++ tools/wineconf.libs/wineconf1.tcl 7 Nov 2003 16:33:56 -0000 @@ -21,13 +21,13 @@ } proc TkW:wineconf1 {} { -# propmt the user for a choice of the default config file: +# prompt the user for a choice of the default config file: # can be: # Existing {--> menu ~/.winerc or /etc/wineconf or custom} -# autogenarated with tools/wineconf +# autogenerated with tools/wineconf # built-in the script -# test of existing is preformed first; test of existing wineconf also +# test of existing is performed first; test of existing wineconf also # set ExistEtc [TkW:ListConfig /etc/wine.conf] -- Francois Gouget fgouget@xxxxxxx http://fgouget.free.fr/ Linux: Because rebooting is for adding new hardware