jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=20237248d6091142f70162337894c1e2bc5a9a06

commit 20237248d6091142f70162337894c1e2bc5a9a06
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Mon Oct 24 14:41:29 2016 +0900

    preference_setting: Fix typo.
---
 src/bin/preference_setting.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/preference_setting.c b/src/bin/preference_setting.c
index 8f94f87..8e4ad8e 100644
--- a/src/bin/preference_setting.c
+++ b/src/bin/preference_setting.c
@@ -264,7 +264,7 @@ preference_setting_content_get(preference_setting_data *psd,
    Evas_Object *toggle_autocomp =
       toggle_create(box, _("Auto Completion"), config_auto_complete_get(),
                     _("Display the candidate keyword popup with<br>"
-                      "regards to the current editing contxt.<br>"
+                      "regards to the current editing context.<br>"
                       "When you type texts in the editor, the candidate<br>"
                       "popup appears. You can choose an item<br>"
                       "from the list, and a code template is inserted."));

-- 


Reply via email to