Some small typo / phrasing fixes.

This commit is contained in:
Francois Gouget 2002-09-06 19:46:27 +00:00 committed by Alexandre Julliard
parent c3c587eb1d
commit cbe88fc3a1
2 changed files with 13 additions and 13 deletions

View File

@ -317,10 +317,10 @@ static void test_setdir(CHAR *olddir,CHAR *newdir,
ok(val==0,
"%s: SetCurrentDirectoryA passed when it should have failed",errstr);
ok(len==chklen,
"%s: SetCurrentDirectory changed the directrory, though it failed",
"%s: SetCurrentDirectory changed the directory, though it failed",
errstr);
ok(lstrcmpiA(olddir,tmppath)==0,
"%s: SetCurrentDirectory changed the directrory, though it failed",
"%s: SetCurrentDirectory changed the directory, though it failed",
errstr);
}
}
@ -529,7 +529,7 @@ static void test_PathNameA(CHAR *curdir, CHAR curDrive, CHAR otherDrive)
test_ValidPathA(curdir,LONGDIR,LONGFILE,tmpstr,NULL,"test4");
test_LongtoShortA(tmpstr,longdir_short,"PAT","test4");
/* Now check all of the invalid file w/ valid directroy combinations */
/* Now check all of the invalid file w/ valid directory combinations */
/* Start with a 8.3 directory, 8.3 filename */
test_ValidPathA(curdir,SHORTDIR,NONFILE_SHORT,tmpstr,&passfail,"test5");
todo_wine {

View File

@ -91,10 +91,10 @@
#--- defaults (change these if you are a packager)
CONFARGS="--enable-opengl" # configure args, e.g. --prefix=/usr --sysconfdir=/etc
prefix=/usr/local # installation prefix
sysconfdir=$prefix/etc # where wine.conf and global registry is supposed to be
bindir=$prefix/bin # where winelib apps will be (or is) installed
sysconfdir=$prefix/etc # where wine.conf and the global registry are supposed to be
bindir=$prefix/bin # where winelib apps will be (or are) installed
libdir=$prefix/lib # where libwine.so will be (or is) installed
exdir=documentation/samples # where the example system.ini resides
exdir=documentation/samples # where the sample system.ini resides
GCONF=$sysconfdir/wine.conf # default path of the wine.conf global config file
LCONF=~/.wine/config # default path of the local config file
BINDIST=no # whether called from a binary package config script
@ -116,15 +116,15 @@ DEBUGGER=$bindir/winedbg # the (installed) path of winedbg
HDEBUGGER=debugger/winedbg # the (non-installed) path of winedbg
# this is only for existing-windows installs
WINECONF=tools/wineconf # the path of wineconf perl script
WINECONF=tools/wineconf # path to the wineconf perl script
# this is only for no-windows installs
WINEINI=$exdir/config # the path of default wine config file (also used by wineconf)
WININI=/dev/null # the path of default win.ini
SYSTEMINI=$exdir/system.ini # the path of default system.ini
REGEDIT=$bindir/regedit # the path of regedit winelib application
DEFREG=winedefault.reg # the path of the registry file to be fed to regedit
# CROOT=/var/wine # the path of the fake Drive C (asks user if not set)
WINEINI=$exdir/config # path to the default wine config file (also used by wineconf)
WININI=/dev/null # path to the default win.ini
SYSTEMINI=$exdir/system.ini # path to the default system.ini
REGEDIT=$bindir/regedit # path to the regedit winelib application
DEFREG=winedefault.reg # path of the registry file to be fed to regedit
# CROOT=/var/wine # path of the fake Drive C (asks user if not set)
DEFCAT=cat # program to cat $DEFREG with (some packages need zcat)
#--- end of defaults