From 4d6768f7b34e72b810ccccc920ecd677ac5e4afc Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 25 Nov 2008 01:21:19 +0000 Subject: [PATCH] Fix spelling mistake. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2265 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/test/handle.cpp | 4 ++-- ETL/trunk/test/smart_ptr.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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; } diff --git a/ETL/trunk/test/smart_ptr.cpp b/ETL/trunk/test/smart_ptr.cpp index 0d3efc9..663d882 100644 --- a/ETL/trunk/test/smart_ptr.cpp +++ b/ETL/trunk/test/smart_ptr.cpp @@ -100,7 +100,7 @@ int smart_ptr_basic_test(void) 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; } @@ -121,7 +121,7 @@ int smart_ptr_basic_test(void) 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; } -- 2.7.4