diff src/sound.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents cc15677e0335
children bbff43aa5eb7
line wrap: on
line diff
--- a/src/sound.c	Mon Aug 13 11:06:08 2007 +0200
+++ b/src/sound.c	Mon Aug 13 11:07:10 2007 +0200
@@ -32,7 +32,6 @@
 #include "console-x.h"
 #endif
 
-#include "commands.h"
 #include "device.h"
 #include "redisplay.h"
 #include "sysdep.h"
@@ -456,7 +455,7 @@
 	  else
 	    {
 	      /* We have to call gethostbyname() on the result of gethostname()
-		 because the two aren't guarenteed to be the same name for the
+		 because the two aren't guaranteed to be the same name for the
 		 same host: on some losing systems, one is a FQDN and the other
 		 is not.  Here in the wide wonderful world of Unix it's rocket
 		 science to obtain the local hostname in a portable fashion.