Some more message cleanups.

diff --git a/dlls/winmm/wineoss/midi.c b/dlls/winmm/wineoss/midi.c
index 09b0a75..1d0b700 100644
--- a/dlls/winmm/wineoss/midi.c
+++ b/dlls/winmm/wineoss/midi.c
@@ -215,7 +215,7 @@
 	midiOutDevices[i] = tmplpCaps;
 	
 	if (sinfo.capabilities & SYNTH_CAP_INPUT) {
-	    FIXME("Synthetizer support MIDI in. Not supported yet (please report)\n");
+	    FIXME("Synthesizer support MIDI in. Not supported yet (please report)\n");
 	}
 	
 	TRACE("name='%s', techn=%d voices=%d notes=%d support=%ld\n", 
diff --git a/documentation/samples/config b/documentation/samples/config
index f5116ae..56c2c1f 100644
--- a/documentation/samples/config
+++ b/documentation/samples/config
@@ -124,6 +124,7 @@
 ; Use a desktop window of 640x480 for Wine
 ;"Desktop" = "640x480"
 ; Use XFree86 DGA extension if present
+; (make sure /dev/mem is accessible by you !)
 "UseDGA" = "Y"
 ; Use XShm extension if present
 "UseXShm" = "Y"
diff --git a/files/directory.c b/files/directory.c
index ed4aa6a..ef6786b 100644
--- a/files/directory.c
+++ b/files/directory.c
@@ -370,7 +370,7 @@
     }
     if (!DOSFS_GetFullName( path, FALSE, &full_name )) return 0;
     if (mkdir( full_name.long_name, 0777 ) == -1) {
-        WARN_(file)("Errno %i trying to create directory '%s'\n", errno, full_name.long_name);
+        WARN_(file)("Error '%s' trying to create directory '%s'\n", strerror(errno), full_name.long_name);
 	/* the FILE_SetDosError() generated error codes don't match the 
 	 * CreateDirectory ones for some errnos */
 	switch (errno) {
diff --git a/windows/x11drv/keyboard.c b/windows/x11drv/keyboard.c
index 474a841..e7c5ef7 100644
--- a/windows/x11drv/keyboard.c
+++ b/windows/x11drv/keyboard.c
@@ -909,7 +909,7 @@
   if (!ismatch) {
     FIXME(
 	   "Your keyboard layout was not found!\n"
-	   "Instead of using closest match (%s) for scancode mapping.\n"
+	   "Using closest match instead (%s) for scancode mapping.\n"
 	   "Please define your layout in windows/x11drv/keyboard.c and submit them\n"
 	   "to us for inclusion into future Wine releases.\n"
 	   "See documentation/keyboard for more information.\n",