Fix typo 40/267040/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 24 Nov 2021 11:05:29 +0000 (20:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 24 Nov 2021 11:05:29 +0000 (20:05 +0900)
Change-Id: I65e3934245d56a3c3453d074480351542992b6fe
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
scl/sclui.cpp

index c243563..ec913cd 100644 (file)
@@ -75,7 +75,7 @@ CSCLUI::hide()
 
 /**
  * Registers an event callback function
- * so that the user which uses SCL can recevies all events occuring in running
+ * so that the user which uses SCL can receives all events occuring in running
  */
 void
 CSCLUI::set_ui_event_callback(ISCLUIEventCallback *callback, const sclchar *input_mode)
@@ -197,7 +197,7 @@ CSCLUI::get_display_mode()
 
 /**
  * Sets a private key to the current context
- * The other properties except given parameters will keep to the orginal value.
+ * The other properties except given parameters will keep to the original value.
  * @Usage
  * gCore->set_private_key(INPUT_MODE_NUMBER, LYT_PORTRAIT_NOW_3x4, 0, "private", 999, TRUE);
  *