Fix some typos

This commit is contained in:
modric
2022-11-21 14:50:22 +08:00
parent 6a5546b11f
commit cbdc4883d1
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ char ** create_str_array(size_t count, ...);
success = 0; \
} \
if (!cleanup(success)) { \
printf("FAILED: deitialization of testcase %s at %s:%d\n", #testcase, __FILE__, __LINE__); \
printf("FAILED: deinitialization of testcase %s at %s:%d\n", #testcase, __FILE__, __LINE__); \
success = 0; \
} \
if (!success) { \