From 690142dc5b78755eff050a0ebb41a5af2a8b0ca6 Mon Sep 17 00:00:00 2001
From: Ove Kaaven <ovek@arcticnet.no>
Date: Sun, 23 Jul 2000 13:43:00 +0000
Subject: [PATCH] Fix a few typos and such.

---
 controls/scroll.c          | 1 -
 documentation/distributors | 2 +-
 documentation/x11drv       | 2 +-
 tools/wineconf             | 2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/controls/scroll.c b/controls/scroll.c
index 13ee854fe1b..1a6f68afecf 100644
--- a/controls/scroll.c
+++ b/controls/scroll.c
@@ -1627,7 +1627,6 @@ LPINT lpMax /* [O] Where to store maximum value */)
  *           SCROLL_ShowScrollBar()
  *
  * Back-end for ShowScrollBar(). Returns FALSE if no action was taken.
- * NOTE: fShowV/fShowH must be zero when nBar is SB_HORZ/SB_VERT.
  */
 BOOL SCROLL_ShowScrollBar( HWND hwnd, INT nBar, 
 			     BOOL fShowH, BOOL fShowV )
diff --git a/documentation/distributors b/documentation/distributors
index 2ebcf263879..a38af8af26c 100644
--- a/documentation/distributors
+++ b/documentation/distributors
@@ -72,7 +72,7 @@ from the WINE distributed winedefault.reg. This can be done using
 ./regapi once for one example user and then reusing his .wine/user.reg
 and .wine/system.reg files. [FIXME: this needs to be done better]
 
-	install -m 644 wine.sytemreg $BR/etc/wine/
+	install -m 644 wine.systemreg $BR/etc/wine/
 	install -m 644 wine.userreg $BR/etc/wine/
 
 There are now a lot of libraries generated by the build process, so a
diff --git a/documentation/x11drv b/documentation/x11drv
index df3f1748450..430c275988c 100644
--- a/documentation/x11drv
+++ b/documentation/x11drv
@@ -8,7 +8,7 @@ The X11 driver
    currently available is Patrik Stridvall's ncurses-based ttydrv, which
    he claims works for displaying calc.exe). The display driver is chosen
    with the "GraphicsDriver" option in the [wine] section of
-   wine.conf/.winerc, but I will only cover the x11drv in this article.
+   wine.conf/.winerc, but I will only cover the x11drv in this document.
    
   x11drv modes of operation
   
diff --git a/tools/wineconf b/tools/wineconf
index c516cb679eb..dd02b0cbf35 100755
--- a/tools/wineconf
+++ b/tools/wineconf
@@ -219,7 +219,7 @@ sub IsMounted {
 }
 
 sub RegisterDrive {
-    my($DOSdrive, $Drive, $Type) = @_;
+    my($DOSdrive, $Drive) = @_;
     $::DOS2Unix{$DOSdrive} = $Drive;
     $::Device2DOS{$Drive->[0]} = $DOSdrive;
     $::MntPoint2DOS{$Drive->[1]} = $DOSdrive;
-- 
GitLab