summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanatermesis <thanatermesis@gmail.com>2015-08-25 03:04:50 +0200
committerThanatermesis <thanatermesis@gmail.com>2015-08-25 03:04:50 +0200
commit08238de3e0fdc372cdfa5908be8239c492c209b1 (patch)
tree0c1a3b93c5e15174f798a26d8032499e3d632c41
parent495046e0ebab40557b20fa4d6429d2d54d10f11a (diff)
downloadefl-08238de3e0fdc372cdfa5908be8239c492c209b1.tar.gz
small typo in docs, mounse is mouse
-rw-r--r--src/bin/edje/edje_cc_handlers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 3138300936..7b22c6b069 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -12537,8 +12537,8 @@ st_collections_group_programs_program_name(void)
A list of global signal, that edje provide:
- hold,on;
- hold,off;
- - mounse,in;
- - mounse,out;
+ - mouse,in;
+ - mouse,out;
- mouse,down,N: where N - mouse button number;
- mouse,down,N,double: where N - mouse button number;
- mouse,down,N,triple: where N - mouse button number;