From 8f1a7207014b9a551085164310daa3ddf33a90e0 Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Wed, 27 Mar 2019 17:01:30 +0900 Subject: [PATCH] [Tizen] fix the typos in doc header This patch fixes the minor typos in doc header file. Signed-off-by: Sangjung Woo --- tizen-api/doc/nnstreamer_doc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tizen-api/doc/nnstreamer_doc.h b/tizen-api/doc/nnstreamer_doc.h index b5c443c..8a31a4f 100644 --- a/tizen-api/doc/nnstreamer_doc.h +++ b/tizen-api/doc/nnstreamer_doc.h @@ -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. -- 2.7.4