Typos/spelling fixes.

diff --git a/documentation/HOWTO-winelib b/documentation/HOWTO-winelib
index eaeca8a..9263642 100644
--- a/documentation/HOWTO-winelib
+++ b/documentation/HOWTO-winelib
@@ -422,7 +422,7 @@
 extern inline P_TEB WINAPI NtCurrentTeb(void);
 <<
 
-Those conversions are semanticaly the same as above but g++ compile
+Those conversions are semantically the same as above but g++ compile
 them and generate proper code to invoke __stdcall kind of functions
 
 in some of Wine/obj_XXX.h files: Wine/obj_base.h - there are a lot of
diff --git a/documentation/PACKAGING b/documentation/PACKAGING
index 570a6a6..ab13b25 100644
--- a/documentation/PACKAGING
+++ b/documentation/PACKAGING
@@ -162,7 +162,7 @@
     * Shared Object Library Files
 	To obtain a current list of DLLs, run:
 		ls dlls/*.so
-	it the root of the Wine _build_ tree, after a sucessful build.
+	it the root of the Wine _build_ tree, after a successful build.
 
     * Man Pages
 	To obtain a current list of man files that need to be installed, run:
@@ -412,7 +412,7 @@
 	install -d $BR/etc/wine/
 	install -m 644 wine.ini $BR/etc/wine/wine.conf
 
-	# Put all our DLLs in a seperate directory. (this works only if you have a buildroot)
+	# Put all our DLLs in a separate directory. (this works only if you have a buildroot)
 	install -d $BR/usr/X11R6/lib/wine
 	mv $BR/usr/X11R6/lib/lib* $BR/usr/X11R6/lib/wine/
 
@@ -432,7 +432,7 @@
 	install -m 644 wine.userreg $BR/etc/wine/
 
 There are now a lot of libraries generated by the build process, so a 
-seperate library directory should be used.
+separate library directory should be used.
 
 	install -d 755 $BR/usr/X11R6/lib/
 	mv $BR/
diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml
index f36b4d7..7b1e7bf 100644
--- a/documentation/debugger.sgml
+++ b/documentation/debugger.sgml
@@ -1505,7 +1505,7 @@
       <sect2>
           <title>Debug channels</title>
 	      <para>
-               It is possible to turn on and off debug messages as you are debuging using
+               It is possible to turn on and off debug messages as you are debugging using
                the set command.
               </para>
             <screen>
diff --git a/documentation/debugging.sgml b/documentation/debugging.sgml
index c2d776b..2df5e61 100644
--- a/documentation/debugging.sgml
+++ b/documentation/debugging.sgml
@@ -11,7 +11,7 @@
       <note>
         <para>
           It is possible to turn on and of debugging output from
-          within the debuger using the set command. Please see the
+          within the debugger using the set command. Please see the
           WineDbg Command Reference section for how to do this.
         </para>
       </note>
diff --git a/documentation/dlls.sgml b/documentation/dlls.sgml
index 477b5f4..bac289e 100644
--- a/documentation/dlls.sgml
+++ b/documentation/dlls.sgml
@@ -50,7 +50,7 @@
           <title>2.1 Structure sizes of different common control versions</title>
 
           <para>
-            The common controls have been continously improved in the
+            The common controls have been continuously improved in the
             past. Some of the orignal structures had to be extended
             and their size changed. Most of the common control
             structures include their size as the first parameter. If a
diff --git a/documentation/patches.sgml b/documentation/patches.sgml
index 6d239a1..9ec93af 100644
--- a/documentation/patches.sgml
+++ b/documentation/patches.sgml
@@ -145,10 +145,10 @@
         <title>Inline attachments with Outlook Express</title>
         <para>
           Outlook Express is notorious for mangleing attachements. Giving the
-          patch a <filename>.txt</filename> extention and attaching will solve
+          patch a <filename>.txt</filename> extension and attaching will solve
           the problem for most mailers including Outlook. Also, there is a way
           to enable Outlook Express send <filename>.diff</filename>
-          attachmnets.
+          attachments.
         </para>
         <para>
           You need following two things to make it work.
diff --git a/documentation/shell32 b/documentation/shell32
index a21ca7b..faf6abf 100644
--- a/documentation/shell32
+++ b/documentation/shell32
@@ -17,10 +17,10 @@
   - many build-in icons are missing
 
 - shell notifications
-  - not aware of seperated addressspaces
+  - not aware of separated address spaces
 
 - iconcache
-  - not aware of seperated addressspaces
+  - not aware of separated address spaces
   - shell extensions
 
 - BrowseForFolder
@@ -99,4 +99,3 @@
 @="shell32.dll"
 "ThreadingModel"="Apartment"
 ----------------------------
-
diff --git a/documentation/status/directplay b/documentation/status/directplay
index 532f914..1933a80 100644
--- a/documentation/status/directplay
+++ b/documentation/status/directplay
@@ -87,7 +87,7 @@
   - (done) Header files for DP4 and DPL3 
   - (done) Add stub functions for all DP4 and DPL3 interfaces
   - (done) Correct naming of the parameters for DP3 and DPL2
-  - (done) Seperate out DP and DPL into multiple .c files
+  - (done) Separate out DP and DPL into multiple .c files
   - (done) Allow CoCreateInstance to create the new interfaces
   - (started)Implement mutual exclusion on object data for existing functions
   - (done) Create and move to correct dll directories (dplay and dplayx)
@@ -123,7 +123,7 @@
   - Need to implement lobby session spawning.
 
 ENHANCEMENTS:
-  - Improve footprint and realtime blocking by setting up a seperate data share
+  - Improve footprint and realtime blocking by setting up a separate data share
     between lobby application and client since there can be multiple apps per 
     client. Also get rid of offset dependency by making data offset independent 
     somehow.