Fixed spelling incorrect issue (resopnse->response) 96/198496/1
authorAbhishek Sansanwal <abhishek.s94@samsung.com>
Fri, 25 Jan 2019 04:04:26 +0000 (09:34 +0530)
committerAbhishek Sansanwal <abhishek.s94@samsung.com>
Fri, 25 Jan 2019 04:04:26 +0000 (09:34 +0530)
Change-Id: I2ea2adf2ab6df6494308d98217f2ed55cd07c04f
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
doc/iotcon_doc.h

index 81a218d..6c83376 100644 (file)
@@ -385,7 +385,7 @@ static void _on_response_observe(iotcon_remote_resource_h resource, iotcon_error
 {
        int ret;
        ret = iotcon_remote_resource_observe_register(door_resource, IOTCON_OBSERVE_ACCEPT_OUT_OF_ORDER, NULL,
-                       _on_resopnse_observe, NULL);
+                       _on_response_observe, NULL);
        if (IOTCON_ERROR_NONE != ret)
                return;
 }