[Doc] fix typo
authorJaeyun <jy1210.jung@samsung.com>
Wed, 3 Jul 2019 04:13:48 +0000 (13:13 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 8 Jul 2019 10:23:00 +0000 (19:23 +0900)
Add PR to fix typo (nerual > neural)

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
debian/control
gst/nnstreamer/tensor_source/README.md

index ee1b603..1a7f23a 100644 (file)
@@ -18,7 +18,7 @@ Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: NNStreamer plugins for Gstreamer
- Gstreamer plugins, "NNStreamer", provides access to nerual network frameworks for media streams
+ Gstreamer plugins, "NNStreamer", provides access to neural network frameworks for media streams.
 
 Package: nnstreamer-tensorflow
 Architecture: amd64 arm64
@@ -60,6 +60,6 @@ Architecture: any
 Multi-Arch: same
 Depends: nnstreamer
 Description: NNStreamer development package
- Gstreamer plugins, "NNStreamer", provides access to nerual network frameworks for media streams
+ Gstreamer plugins, "NNStreamer", provides access to neural network frameworks for media streams.
  This is development package for nnstreamer.
  If you want to develop Android applications with nnstreamer+gstreamer, you need the libnnstreamer.a from this package.
index 5e04d60..6255b00 100644 (file)
@@ -6,7 +6,7 @@ Allow non Gstreamer standard input sources to provide other/tensor or other/tens
 
 Such sources include, but not limited to:
 
-- Output of general external applications including instances of nerual network frameworks and models not using NNStreamer suite (TBD).
+- Output of general external applications including instances of neural network frameworks and models not using NNStreamer suite (TBD).
 - Output of non gstreamer compatible sensors, such as Linux IIO devices: [Industrial I/O, 01.org](https://01.org/linuxgraphics/gfx-docs/drm/driver-api/iio/index.html). We may need to get streams from thermostats, light detectors, IMUs, or signals from GPIO pins.
 - Output of LIDAR and RADAR in case we do not have V4L2 interfaces for them (TBD).