projects
/
platform
/
core
/
uifw
/
libscl-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47132ef
)
Fix typo in log
26/49826/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 20 Oct 2015 12:18:41 +0000
(21:18 +0900)
committer
Jihoon 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
patch
|
blob
|
history
diff --git
a/scl/gwes/efl/sclevents-efl.cpp
b/scl/gwes/efl/sclevents-efl.cpp
index
f5a632c
..
4d31036
100755
(executable)
--- a/
scl/gwes/efl/sclevents-efl.cpp
+++ b/
scl/gwes/efl/sclevents-efl.cpp
@@
-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("Dest
r
oyed Timer : %d %p\n", (*idx).first, (*idx).second);
}
ecore_timer_del((*idx).second);
idMap.erase((*idx).first);