Skip to content
Snippets Groups Projects
Commit 141f2e0e authored by martinezric's avatar martinezric
Browse files

Fixing some typos

parent 05977e72
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -260,7 +260,7 @@ void add_comp_path_deviceId_endpointId_json(cJSON* pathObj, struct path_t* p, st ...@@ -260,7 +260,7 @@ void add_comp_path_deviceId_endpointId_json(cJSON* pathObj, struct path_t* p, st
cJSON_AddItemToObject(dElemObj, "device_id", cJSON_CreateString(pL->aDeviceId)); cJSON_AddItemToObject(dElemObj, "device_id", cJSON_CreateString(pL->aDeviceId));
// Add endpoint Id // Add endpoint Id
cJSON_AddItemToObject(dElemObj, "endpoint_uuid", cJSON_CreateString(pL->aEndPointId)); cJSON_AddItemToObject(dElemObj, "endpoint_uuid", cJSON_CreateString(pL->aEndPointId));
} }
// Add the sink endpoint // Add the sink endpoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment