minor -fixes typo in ACLK-NG (#11107)
Timotej S committed
May 6, 2021 at 18:52 UTC
3db7c61724327a68f97d43459024fdf38596de52
1 file changed
+1
-1
aclk/aclk_util.c
+1
-1
@@ -188,7 +188,7 @@ static int topic_cache_add_topic(struct json_object *json, struct aclk_topic *to
188
}
189
topic->topic_id = topic_name_to_id(json_object_get_string(json_object_iter_peek_value(&it)));
190
if (topic->topic_id == ACLK_TOPICID_UNKNOWN) {
191
- info("topic dictionary has unkown topic name \"%s\"", json_object_get_string(json_object_iter_peek_value(&it)));
191
+ info("topic dictionary has unknown topic name \"%s\"", json_object_get_string(json_object_iter_peek_value(&it)));
192
}
193
json_object_iter_next(&it);
194
continue;