Index: uspace/srv/bd/file_bd/file_bd.c
===================================================================
--- uspace/srv/bd/file_bd/file_bd.c	(revision 5bda2f96b9329ae7404d5a7d97d205a166a1204d)
+++ uspace/srv/bd/file_bd/file_bd.c	(revision 83b4cf53a1acf8da01416ba4480939e366420f72)
@@ -249,5 +249,5 @@
 	if (ba + cnt > num_blocks) {
 		printf(NAME ": Accessed blocks %" PRIuBN "-%" PRIuBN ", while "
-		    "max block numeber is %" PRIuBN ".\n", ba, ba + cnt - 1,
+		    "max block number is %" PRIuBN ".\n", ba, ba + cnt - 1,
 		    num_blocks - 1);
 		return ELIMIT;
