rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=11a424b8f53bff6d2f2a42444116822e863af7b9

commit 11a424b8f53bff6d2f2a42444116822e863af7b9
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Tue Jan 17 16:49:54 2017 +0200

    Signals: fix copy-paste error in doxygen comments.
---
 src/bin/common/signals.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/common/signals.h b/src/bin/common/signals.h
index 94b61f2..c7d8e1e 100644
--- a/src/bin/common/signals.h
+++ b/src/bin/common/signals.h
@@ -543,7 +543,7 @@ typedef struct {
 #define SIGNAL_EDITOR_TONE_ADDED "SIGNAL_EDITOR_TONE_ADDED"
 
 /**
- * emited when sound is deleted.
+ * emited when tone is deleted.
  * eventinfo - tone's name
  *
  * @ingroup Window
@@ -551,7 +551,7 @@ typedef struct {
 #define SIGNAL_EDITOR_TONE_DELETED "SIGNAL_EDITOR_TONE_DELETED"
 
 /**
- * emited when tone is added.
+ * emited when image is added.
  * eventinfo - image's name
  *
  * @ingroup Window
@@ -559,7 +559,7 @@ typedef struct {
 #define SIGNAL_EDITOR_IMAGE_ADDED "SIGNAL_EDITOR_IMAGE_ADDED"
 
 /**
- * emited when sound is deleted.
+ * emited when image is deleted.
  * eventinfo - image's name
  *
  * @ingroup Window

-- 


Reply via email to