X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2Fhandle.cpp;h=7d2ca11ad5a3de251ac5ae88ae2d920c8c034010;hb=4d6768f7b34e72b810ccccc920ecd677ac5e4afc;hp=0ec0f5761af00fa62bf155eb9b7f193e46ab0e5f;hpb=6de0f8528796be49f1bc11e5d6eb75e2b20dd131;p=synfig.git diff --git a/ETL/trunk/test/handle.cpp b/ETL/trunk/test/handle.cpp index 0ec0f57..7d2ca11 100644 --- a/ETL/trunk/test/handle.cpp +++ b/ETL/trunk/test/handle.cpp @@ -101,7 +101,7 @@ int handle_basic_test() if(my_test_obj::instance_count!=0) { printf("FAILED!\n"); - printf(__FILE__":%d: on create/distroy, instance count=%d, should be zero.\n",__LINE__,my_test_obj::instance_count); + printf(__FILE__":%d: on create/destroy, instance count=%d, should be zero.\n",__LINE__,my_test_obj::instance_count); return 1; } @@ -114,7 +114,7 @@ int handle_basic_test() if(my_test_obj::instance_count!=0) { printf("FAILED!\n"); - printf(__FILE__":%d: on create/distroy, instance count=%d, should be zero.\n",__LINE__,my_test_obj::instance_count); + printf(__FILE__":%d: on create/destroy, instance count=%d, should be zero.\n",__LINE__,my_test_obj::instance_count); return 1; }