This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git
The following commit(s) were added to refs/heads/master by this push:
new 3eb051f chore: fix spelling (#377)
3eb051f is described below
commit 3eb051f174e656ed2375a7fe7eaba4bf55e1cc42
Author: John Bampton <[email protected]>
AuthorDate: Wed Mar 10 02:21:13 2021 +1000
chore: fix spelling (#377)
---
docs/license_exclusions.md | 2 +-
docs/release_manager_setup.md | 6 +++---
tools/rcverify.sh | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/license_exclusions.md b/docs/license_exclusions.md
index 56c4db2..6f9e238 100644
--- a/docs/license_exclusions.md
+++ b/docs/license_exclusions.md
@@ -21,7 +21,7 @@
For convenience, the following tables provide listings of each project
repository's files that have been excluded from having Apache license headers
and from license scanning utilities that are part of the release process.
-In additon, the specific rationale for the exclusion, in accordance with
Apache release policies, is indicated as well. Rationales that are indicated by
a TAG are fully described on the [license_compliance.md](license_compliance.md)
page.
+In addition, the specific rationale for the exclusion, in accordance with
Apache release policies, is indicated as well. Rationales that are indicated by
a TAG are fully described on the [license_compliance.md](license_compliance.md)
page.
**NOTE: This listings are not intended to be complete or canonical**
diff --git a/docs/release_manager_setup.md b/docs/release_manager_setup.md
index 06515cd..c140fc4 100644
--- a/docs/release_manager_setup.md
+++ b/docs/release_manager_setup.md
@@ -17,7 +17,7 @@
#
-->
-# Preparing to be a Release Mananger
+# Preparing to be a Release Manager
## Platform and Prerequisites
@@ -41,11 +41,11 @@ which you contribute.
The scripts/automation in this project assume a local clone and
create/use working directories and staging areas within that clone.
Staging areas are listed in the `.gitignore` for the repository to
-avoid accidential commits of generated artifacts.
+avoid accidental commits of generated artifacts.
## Get a local svn checkout of our distribution directories
-The Apache distribution servers are managed by commiting/removing
+The Apache distribution servers are managed by committing/removing
files from project-specific directory trees in an svn repository.
You can run the script [tools/checkout_svn.sh](../tools/checkout_svn.sh)
diff --git a/tools/rcverify.sh b/tools/rcverify.sh
index 3a1851f..b1441ff 100755
--- a/tools/rcverify.sh
+++ b/tools/rcverify.sh
@@ -35,7 +35,7 @@ DESCRIPTION=${2?"missing project description e.g., 'OpenWhisk
JavaScript Client
# the version of the release artifact
V=${3?"missing version e.g., '3.19.0'"}
-# the release candidate, usualy 'rc1'
+# the release candidate, usually 'rc1'
RC=${4:-rc1}
# the last argument is optional and if set to 'cleanup', the script deletes
the scratch space at completion
@@ -145,7 +145,7 @@ function finish() {
fi
}
-## checks if the rc has a pakage.json file containing a version field matching
the rc
+## checks if the rc has a package.json file containing a version field
matching the rc
## the first parameter is a path to the file to check e.g., package.json or
package-lock.json
## the second parameter is the version to confirm
function packageJsonCheckVersion() {
@@ -277,7 +277,7 @@ CMP=$(eval "$CMD")
validate $? 0 "$CMD"
printf "verifying sources have proper headers..."
-if [ -f "$DIR/$BASE/tools/travis/scancodeExlusions" ]; then
+if [ -f "$DIR/$BASE/tools/travis/scancodeExclusions" ]; then
SCANCODE_EXTRA_ARGS="--gitignore
'$DIR/$BASE/tools/travis/scancodeExclusions'"
else
SCANCODE_EXTRA_ARGS=""