Index: uspace/lib/pcm/include/pcm/sample_format.h
===================================================================
--- uspace/lib/pcm/include/pcm/sample_format.h	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/lib/pcm/include/pcm/sample_format.h	(revision df368491aa1c0ce3024a51c602b7d0cbe4bd84d3)
@@ -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)";
