diff --git a/tests/p_bzip2/10-bzip2-test.sh b/tests/p_bzip2/10-bzip2-test.sh
index b9f5e16..ef1aae8 100755
--- a/tests/p_bzip2/10-bzip2-test.sh
+++ b/tests/p_bzip2/10-bzip2-test.sh
@@ -13,7 +13,7 @@ EOF
 
 # run file through bzip2
 bzip2 $FILE
-#just to make shure
+#just to make sure
 /bin/rm -rf $FILE
 
 #run file through bzcat
diff --git a/tests/p_file/01_file_mime_application.sh b/tests/p_file/01_file_mime_application.sh
index d414e01..012582c 100755
--- a/tests/p_file/01_file_mime_application.sh
+++ b/tests/p_file/01_file_mime_application.sh
@@ -2,7 +2,7 @@
 # Author:	???
 #		Christoph Galuschka <christoph.galuschka@chello.at>
 
-t_Log "Running $0 - checking if file can recognixe mime executable type "
+t_Log "Running $0 - checking if file can recognize mime executable type "
 
 file /bin/bash -i | grep -q "application/x-executable"