Index: uspace/lib/pcm/include/pcm/sample_format.h
===================================================================
--- uspace/lib/pcm/include/pcm/sample_format.h	(revision 07457d6333825243ba24436f80dbaed14231a066)
+++ uspace/lib/pcm/include/pcm/sample_format.h	(revision 2752620b090f5bf0ecc3baace21dc1fa5da89d73)
@@ -184,11 +184,11 @@
 	switch(format) {
 	case PCM_SAMPLE_UINT8:
-		return "8 bit unsinged";
+		return "8 bit unsigned";
 	case PCM_SAMPLE_SINT8:
-		return "8 bit singed";
+		return "8 bit signed";
 	case PCM_SAMPLE_UINT16_LE:
 		return "16 bit unsigned(LE)";
 	case PCM_SAMPLE_SINT16_LE:
-		return "16 bit singed(LE)";
+		return "16 bit signed(LE)";
 	case PCM_SAMPLE_UINT16_BE:
 		return "16 bit unsigned(BE)";
