Updated the misspelt words
authorDongju Chae <dongju.chae@samsung.com>
Tue, 19 Mar 2019 07:24:49 +0000 (16:24 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 19 Mar 2019 08:39:30 +0000 (17:39 +0900)
- 'upto' --> 'up to'
- 'there is' --> 'there are'

This commit is for testing my submission envionment.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
.TAOS-CI/taos/config/config-plugins-format.sh
Documentation/contributing.md
gst/nnstreamer/nnstreamer_plugin_api.h
gst/nnstreamer/tensor_common.c
gst/nnstreamer/tensor_converter/README.md
gst/nnstreamer/tensor_filter/tensor_filter.c
tizen-api/include/tizen-api.h

index 1a9ea2f..c94a850 100644 (file)
@@ -61,7 +61,7 @@ source ${REFERENCE_REPOSITORY}/ci/taos/plugins-good/${format_plugins[idx]}.sh
 
 format_plugins[++idx]="pr-format-rpm-spec"
 echo "${format_plugins[idx]} is starting."
-echo "[MODULE] TAOS/${format_plugins[idx]}: Check if there is incorrect staements in *.spec file"
+echo "[MODULE] TAOS/${format_plugins[idx]}: Check if there are incorrect staements in *.spec file"
 echo "[DEBUG] The current path: $(pwd)."
 echo "[DEBUG] source ${REFERENCE_REPOSITORY}/ci/taos/plugins-good/${format_plugins[idx]}.sh"
 source ${REFERENCE_REPOSITORY}/ci/taos/plugins-good/${format_plugins[idx]}.sh
index 512da51..020c69e 100644 (file)
@@ -42,7 +42,7 @@ It means that you are legally responsible for the given commit that, according t
 
 Usually, you are not allowed to push commits of other's work; however, you may do so if you
 - Maintain the original authorship in the git commit (you can edit authors of a given commit: ```$ man git commit```)
-- You can sure there is no patents, licenses, or copyright issues.
+- You can sure there are no patents, licenses, or copyright issues.
 - You can grant all related rights to the community or project (depending on the licenses)
 
 From Torvalds' (original author of Linux and git) git repo, (documentation about git commit message tags)[https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/5.Posting.rst]
index e63a4e6..c9ac46e 100644 (file)
@@ -76,7 +76,7 @@ extern gboolean
 gst_tensor_info_is_equal (const GstTensorInfo * i1, const GstTensorInfo * i2);
 
 /**
- * @brief Copy tensor info upto n elements
+ * @brief Copy tensor info up to n elements
  * @note Copied info should be freed with gst_tensor_info_free()
  */
 extern void
index a756464..2d092c6 100644 (file)
@@ -174,7 +174,7 @@ gst_tensor_info_is_equal (const GstTensorInfo * i1, const GstTensorInfo * i2)
 }
 
 /**
- * @brief Copy tensor info upto n elements
+ * @brief Copy tensor info up to n elements
  * @note Copied info should be freed with gst_tensor_info_free()
  */
 void
index 8629c7f..64340ba 100644 (file)
@@ -34,7 +34,7 @@ For each outgoing frame (on the source pad), there always is a **single** instan
 ## Performance Characteristics
 
 - Video
-  - Unless it is RGB with ```width % 4 > 0``` or Gray8 with ```width % 4 > 0```, there is no memcpy or data modification processes. It only converts meta data in such cases.
+  - Unless it is RGB with ```width % 4 > 0``` or Gray8 with ```width % 4 > 0```, there are no memcpy or data modification processes. It only converts meta data in such cases.
   - Otherwise, there will be one memcpy for each frame.
 - Audio
   - TBD.
index 991a709..554a508 100644 (file)
@@ -284,7 +284,7 @@ gst_tensor_filter_class_init (GstTensorFilterClass * klass)
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   g_object_class_install_property (gobject_class, PROP_INPUT,
       g_param_spec_string ("input", "Input dimension",
-          "Input tensor dimension from inner array, upto 4 dimensions ?", "",
+          "Input tensor dimension from inner array, up to 4 dimensions ?", "",
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   g_object_class_install_property (gobject_class, PROP_INPUTNAME,
       g_param_spec_string ("inputname", "Name of Input Tensor",
@@ -300,7 +300,7 @@ gst_tensor_filter_class_init (GstTensorFilterClass * klass)
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   g_object_class_install_property (gobject_class, PROP_OUTPUT,
       g_param_spec_string ("output", "Output dimension",
-          "Output tensor dimension from inner array, upto 4 dimensions ?", "",
+          "Output tensor dimension from inner array, up to 4 dimensions ?", "",
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   g_object_class_install_property (gobject_class, PROP_OUTPUTTYPE,
       g_param_spec_string ("outputtype", "Output tensor element type",
index 7488bc1..63b605b 100644 (file)
@@ -92,7 +92,7 @@ typedef enum {
 /**
  * @brief Enumeration for nns pipeline state
  * @detail Refer to https://gstreamer.freedesktop.org/documentation/design/states.html
- *         The state diagram of pipeline looks like this, assuming that there is no errors.
+ *         The state diagram of pipeline looks like this, assuming that there are no errors.
  *
  *          [ UNKNOWN ] "new null object"
  *               | "nns_pipeline_construct" starts