Typos

Francois Gouget fgouget at free.fr
Thu Sep 5 01:47:01 CDT 2002


Hmmm, changed the phrasing in configure.ac -> configure needs to be
updated. Sorry.


Changelog:

 * configure.ac,
   dlls/kernel/tests/path.c,
   tools/wineinstall

   Some small typo / phrasing fixes


Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.74
diff -u -r1.74 configure.ac
--- configure.ac	29 Aug 2002 01:51:31 -0000	1.74
+++ configure.ac	5 Sep 2002 04:12:58 -0000
@@ -1547,7 +1547,7 @@
 then
   echo
   echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
-  echo "*** thread-safety. To prevent crashes, OpenGL support has been removed."
+  echo "*** thread-safety. To prevent crashes, OpenGL support has been disabled."
   echo "*** A fix for glibc 2.1.3 that seems to work is included in this version of Wine,"
   echo "*** start configure with '--enable-opengl' to force OpenGL support."
 fi
Index: dlls/kernel/tests/path.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/tests/path.c,v
retrieving revision 1.9
diff -u -r1.9 path.c
--- dlls/kernel/tests/path.c	28 Aug 2002 22:25:56 -0000	1.9
+++ dlls/kernel/tests/path.c	5 Sep 2002 04:12:59 -0000
@@ -317,10 +317,10 @@
     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 @@
   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 {
Index: tools/wineinstall
===================================================================
RCS file: /home/wine/wine/tools/wineinstall,v
retrieving revision 1.39
diff -u -r1.39 wineinstall
--- tools/wineinstall	4 Sep 2002 23:30:44 -0000	1.39
+++ tools/wineinstall	5 Sep 2002 04:55:22 -0000
@@ -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 @@
 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



--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
 The greatest programming project of all took six days; on the seventh day the
  programmer rested. We've been trying to debug the *&^%$#@ thing ever since.
                      Moral: design before you implement.




More information about the wine-patches mailing list