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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-utilities.git


The following commit(s) were added to refs/heads/master by this push:
     new d7b65d0  chore: fix grammar, spelling and link (#80)
d7b65d0 is described below

commit d7b65d0e54fdccc4627ceeaeab8e5636171dd3a3
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 15 23:09:59 2021 +1000

    chore: fix grammar, spelling and link (#80)
---
 README.md                    | 4 ++--
 scancode/README.md           | 2 +-
 scancode/scanCode.py         | 2 +-
 scancode/utils/clone_all.sh  | 2 +-
 scancode/utils/repo_clone.sh | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 3beae7d..06df575 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,6 @@ If your project repo. is new or does not run scancode yet, 
you can choose to cre
 
 ### Issues
 
-Report bugs, ask questions and request features [here on GitHub](../../issues).
+Report bugs, ask questions and request features [here on 
GitHub](https://github.com/apache/openwhisk-utilities/issues).
 
-You can also join our slack channel and chat with developers. To get access to 
our slack channel, request an invite [here](http://slack.openwhisk.org).
+You can also join our Slack channel and chat with developers. To get access to 
our Slack channel, request an invite [here](http://slack.openwhisk.org).
diff --git a/scancode/README.md b/scancode/README.md
index 2adc0eb..a7775ab 100644
--- a/scancode/README.md
+++ b/scancode/README.md
@@ -30,7 +30,7 @@ Scans all source code under specified directory for project 
compliance using
 provided configuration.
 
 ### positional arguments:
- * root_directory   : starting directory for the scan
+ * root_directory   : the starting directory for the scan
 
 ### optional arguments:
  * -h, --help       : show this help message and exit
diff --git a/scancode/scanCode.py b/scancode/scanCode.py
index eb6deb5..5cc6832 100755
--- a/scancode/scanCode.py
+++ b/scancode/scanCode.py
@@ -72,7 +72,7 @@ ERR_TRAILING_WHITESPACE = "line has trailing whitespace."
 HELP_CONFIG_FILE = "provide custom configuration file"
 HELP_GITIGNORE_FILE = "provide .gitignore file for additional path exclusions"
 HELP_DISPLAY_EXCLUSIONS = "display path exclusion information"
-HELP_ROOT_DIR = "starting directory for the scan"
+HELP_ROOT_DIR = "the starting directory for the scan"
 HELP_VERBOSE = "enable verbose output"
 
 MSG_CHECKING_FILE = "  [%s]..."
diff --git a/scancode/utils/clone_all.sh b/scancode/utils/clone_all.sh
index ef8f77f..4a4cdb6 100755
--- a/scancode/utils/clone_all.sh
+++ b/scancode/utils/clone_all.sh
@@ -29,7 +29,7 @@ then
                 source ./repo_clone.sh $fn $2 $3
             done < $1
         else
-            printf "ERROR: Did not add Github fork name for UPSTREAM. Did not 
add REMOTE\n"
+            printf "ERROR: Did not add GitHub fork name for UPSTREAM. Did not 
add REMOTE\n"
             printf "$USAGE"
             exit 3
         fi
diff --git a/scancode/utils/repo_clone.sh b/scancode/utils/repo_clone.sh
index aa56254..753aebe 100755
--- a/scancode/utils/repo_clone.sh
+++ b/scancode/utils/repo_clone.sh
@@ -28,7 +28,7 @@ then
         :
         OWNER=$2
     else
-        echo "ERROR: Did not add Github fork name for ORIGIN."
+        echo "ERROR: Did not add GitHub fork name for ORIGIN."
         echo $USAGE
         exit 2
     fi
@@ -52,7 +52,7 @@ then
         git remote
         cd ..
     else
-        echo "INFO: Did not add Github fork name for UPSTREAM. Did not add 
REMOTE"
+        echo "INFO: Did not add GitHub fork name for UPSTREAM. Did not add 
REMOTE"
     fi
 else
     echo "ERROR: Argument not present: GitHub Repository Name"

Reply via email to