ini variables do not like ; comments after them (they are not shell
scripts). Fixed a typo in one of the names.

diff --git a/wine.ini b/wine.ini
index 731b1d5..98d153c 100644
--- a/wine.ini
+++ b/wine.ini
@@ -129,20 +129,27 @@
 ; Paths must be given in /dir/dir/file.reg format.
 ; Wine will not understand dos file names here...
 
-AltCurrentUserFile=            ; alternate registry file name: HKCU
-AltUserFile=                   ; alternate registry file name: HKU
-AltLocalMachineFile=           ; alternate registry file name: HKLM
-
+; alternate registry file name: HKCU
+AltCurrentUserFile=
+; alternate registry file name: HKU
+AltUserFile=
+; alternate registry file name: HKLM
+AltLocalMachineFile=
 ;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
 ;Defaults are read all, write to Home and Alt
 ;Note: it is pointless to specify alt files and neither load nor write to them.
-
-LoadGlobalRegistryFiles=Y      ; Global registries (stored in /etc)
-LoadHomeRegistryFiles=Y        ; Home registries (stored in ~user/.wine/)
-LoadWindowsRegistryFiles=Y     ; Windows registries in windows path, above
-LoadAltRegistryFiles=Y         ; Load above registries.
-WritetoHomeRegitsryFiles=Y     ; TRY to write all changes to home registries
-WritetoAltRegistryFiles=Y      ; TRY to write all changes to alt registries
+; Global registries (stored in /etc)
+LoadGlobalRegistryFiles=Y
+; Home registries (stored in ~user/.wine/)
+LoadHomeRegistryFiles=Y
+; Windows registries in windows path, above
+LoadWindowsRegistryFiles=Y
+; Load above registries.
+LoadAltRegistryFiles=Y
+; TRY to write all changes to home registries
+WritetoHomeRegistryFiles=Y
+; TRY to write all changes to alt registries
+WritetoAltRegistryFiles=Y
 
 [Tweak.Layout]
 ;; WineLook=xxx  (supported styles are 'Win31'(default), 'Win95', 'Win98')