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