yaffs Yet more tests for quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_truncate_EINVAL.c
index 1fcfafeb7b9700c024d89f96986201973880ef9e..7c8fd9d19b15eafc4020cac63022c962f9d7ac50 100644 (file)
@@ -26,7 +26,7 @@ int test_yaffs_truncate_EINVAL(void){
                                return 1;
                        }
                        else {
-                               printf("recieved a different error than expected\n");
+                               printf("received a different error than expected\n");
                                return -1;
                        }
                }
@@ -43,5 +43,5 @@ int test_yaffs_truncate_EINVAL(void){
 }
 
 int test_yaffs_truncate_EINVAL_clean(void){
-       return -1;
+       return 1;
 }