billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=70c4ba6fdb6758edc318aabef97f94147b5d68fa

commit 70c4ba6fdb6758edc318aabef97f94147b5d68fa
Author: Boris Faure <bill...@gmail.com>
Date:   Fri Jul 14 11:53:33 2017 +0200

    tycommon: add "directly" to "not running in terminology"
---
 src/bin/tycommon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/tycommon.h b/src/bin/tycommon.h
index 332426b..86f57a9 100644
--- a/src/bin/tycommon.h
+++ b/src/bin/tycommon.h
@@ -8,7 +8,7 @@ Eina_Bool is_running_in_terminology(void);
     {                                                                      \
        if (!is_running_in_terminology())                                   \
          {                                                                 \
-            fprintf(stderr, "not running in terminology\n");               \
+            fprintf(stderr, "not directly running in terminology\n");      \
             exit(1);                                                       \
          }                                                                 \
     }                                                                      \

-- 


Reply via email to