Fix typo in warning message 47/187947/3
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 29 Aug 2018 23:54:31 +0000 (08:54 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 30 Aug 2018 01:34:08 +0000 (01:34 +0000)
Change-Id: I53513649afe9abfd332fbde5beead4260b69f213
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
service/src/service.c

index 2c8426a..001f561 100755 (executable)
@@ -355,7 +355,7 @@ static int __message_send(rpc_port_stub_message_context_h context,
             }
             break;
         default:
-            PWARNING("unkonw command, command = [%s]", message);
+            PWARNING("unknown command, command = [%s]", message);
             bundle_add_str(reply, "command", "Exception happens");
             break;
     }