Fix typo in log 26/49826/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 20 Oct 2015 12:18:41 +0000 (21:18 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 20 Oct 2015 12:18:41 +0000 (21:18 +0900)
Change-Id: I44540a839e4b4ae1f9cfd6a63d474fafd0990a68

scl/gwes/efl/sclevents-efl.cpp

index f5a632c..4d31036 100755 (executable)
@@ -865,7 +865,7 @@ CSCLEventsImplEfl::destroy_timer(const scl32 id)
         if (idx != idMap.end()) {
             CSCLUtils *utils = CSCLUtils::get_instance();
             if (utils) {
-                utils->log("Destoyed Timer : %d %p\n", (*idx).first, (*idx).second);
+                utils->log("Destroyed Timer : %d %p\n", (*idx).first, (*idx).second);
             }
             ecore_timer_del((*idx).second);
             idMap.erase((*idx).first);