Skip to content

Commit d0274aa

Browse files
authored
chore: fix spelling (#86)
1 parent a42d5dc commit d0274aa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ docker login
6161
```
6262

6363
Deploy OpenWhisk using ansible environment that contains the runtime of type `blackboxes` with name `dockerskeleton`
64-
Assuming you have OpenWhisk already deploy localy and `OPENWHISK_HOME` pointing to root directory of OpenWhisk core repository.
64+
Assuming you have OpenWhisk already deploy locally and `OPENWHISK_HOME` pointing to root directory of OpenWhisk core repository.
6565

6666
Set `ROOTDIR` to the root directory of this repository.
6767

core/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Changes:
4949

5050
## 1.2.0
5151
Changes:
52-
- Added utilties curl and wget.
52+
- Added utilities curl and wget.
5353

5454
## 1.1.0
5555
Changes:
5656
- Allow input parameter larger than 128KB.
5757
- Added perl language support.
58-
- Added utilties jq, zip, git.
58+
- Added utilities jq, zip, git.
5959

6060
## 1.0.0
6161
Initial version.

core/actionProxy/stub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ echo 'command line argument length: '${#1}
3131
read inputstring
3232
echo 'stdin input length: '${#inputstring}
3333

34-
# last line of output = ation result
34+
# last line of output = action result
3535
echo '{ "error": "This is a stub action. Replace it with custom logic." }'

0 commit comments

Comments
 (0)