[C-api] Fix typo
authorDaWoon Kim <kim1023123@gmail.com>
Wed, 5 Aug 2020 10:39:39 +0000 (19:39 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 6 Aug 2020 01:58:43 +0000 (10:58 +0900)
Fix typo from:
nnstreamer-capi-pipeline.c

Signed-off-by: DaWoon Kim <kim1023123@gmail.com>
api/capi/src/nnstreamer-capi-pipeline.c

index a9ac9c7..efb3463 100644 (file)
@@ -66,7 +66,7 @@ unlock_return: \
   return ret;
 
 /**
- * @brief Internal function to create a refereable element in a pipeline
+ * @brief Internal function to create a referable element in a pipeline
  */
 static ml_pipeline_element *
 construct_element (GstElement * e, ml_pipeline * p, const char *name,