Fix bug in dlog message format
[apps/native/ug-wifi-direct.git] / popup-wifidirect / src / wfd-app-util.c
index c61b9e3..5b80486 100644 (file)
@@ -113,7 +113,7 @@ static void _move_data_to_app_control(const char *key, const int type,
        size_t size = 0;
 
 
-       WFD_RET_IF(data == NULL || key == NULL || type == 0, "Invialid parameter!");
+       WFD_RET_IF(data == NULL || key == NULL || type == 0, "Invialid parameter!");
 
        app_control_h control = data;