You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/08/24 17:30:28 UTC

[incubator-nuttx] 17/17: doc: fix typo on contribution workflow

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 407667480a99f40bb9c9158719705a3463e096cd
Author: Matias N <ma...@protobits.dev>
AuthorDate: Thu Aug 20 13:04:44 2020 -0300

    doc: fix typo on contribution workflow
---
 Documentation/contributing/workflow.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/contributing/workflow.rst b/Documentation/contributing/workflow.rst
index c90d16a..41bd934 100644
--- a/Documentation/contributing/workflow.rst
+++ b/Documentation/contributing/workflow.rst
@@ -9,7 +9,7 @@ will be reviewed and checked using Continuous Integration (CI) practices.
 You should be aware of the following:
 
   - All contributions must adhere to the :doc:`Coding Standard <coding_style>`. You can check your files using ``nxstyle``
-    or complete patchsets using ``checkpath`` script (both found in ``tools`` subdirectory of NuttX repository). This check will also run
+    or complete patchsets using ``checkpatch`` script (both found in ``tools`` subdirectory of NuttX repository). This check will also run
     automatically during CI to ensure conformance.
     
     Note that not all existing files in the repository are already adapted to conform to the standard as this is an ongoing effort. Thus,