fix typo in comments 57/17657/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 8 Oct 2013 09:10:15 +0000 (18:10 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 09:37:34 +0000 (18:37 +0900)
Change-Id: Id735d5b4cf2e068337f2db1d0eeb7468b6eb8f7e

ism/extras/efl_setting/isf_setting_efl.cpp

index 095add9..e26de14 100755 (executable)
@@ -1259,7 +1259,7 @@ static Evas_Object *create_setting_main_view (ug_data *ugd)
 
 static void update_ise_list (void)
 {
-    // Request ISF to update ISE list, below codes are very important, donot remove
+    // Request ISF to update ISE list, below codes are very important, do not remove
     char **iselist = NULL;
     int count = isf_control_get_ise_list (&iselist);
 
@@ -1556,7 +1556,7 @@ static void *on_create (ui_gadget_h ug, enum ug_mode mode, service_h s, void *pr
             _read_handler = ecore_main_fd_handler_add (fd, ECORE_FD_READ, helper_agent_input_handler, NULL, NULL, NULL);
     }
 
-    //-------------------------- ise infomation ----------------------------
+    //-------------------------- ise information ----------------------------
 
     // Create keyboard setting UI
     ugd->layout_main = create_fullview (parent, ugd);