[Tizen] fix the typos in doc header
authorSangjung Woo <sangjung.woo@samsung.com>
Wed, 27 Mar 2019 08:01:30 +0000 (17:01 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 27 Mar 2019 09:55:26 +0000 (18:55 +0900)
This patch fixes the minor typos in doc header file.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
tizen-api/doc/nnstreamer_doc.h

index b5c443c..8a31a4f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2019 Samsung Electronics Co., Ltf All Rights Reserved
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
@@ -61,7 +61,7 @@
  * - Create a stream pipeline with NNStreamer plugins, GStreamer plugins, and sensor/camera/mic inputs
  * - Interfaces to push data to the pipeline from the application
  * - Interfaces to pull data from the pipeline to the application
- * - Interfaces to start/stop/destory the pipeline
+ * - Interfaces to start/stop/destroy the pipeline
  * - Interfaces to control switches and valves in the pipeline.
  *
  *  Note that this API set is supposed to be thread-safe.