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-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new 04482ad chore: fix spelling (#327)
04482ad is described below
commit 04482adb940f0069fe04caebe7c73ef071afd4ee
Author: John Bampton <[email protected]>
AuthorDate: Tue Mar 9 22:25:05 2021 +1000
chore: fix spelling (#327)
---
knative-build/archive/app-deployment-with-knative-0.2.2.md | 2 +-
.../java/core/java8/proxy/profiles/base/tests/helloworld/README.md | 2 +-
.../core/java8/proxy/profiles/base/tests/helloworldwithparams/README.md | 2 +-
.../proxy/profiles/base/tests/helloworldwithparamsfromenv/README.md | 2 +-
.../src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/knative-build/archive/app-deployment-with-knative-0.2.2.md
b/knative-build/archive/app-deployment-with-knative-0.2.2.md
index 70e19ab..449a262 100644
--- a/knative-build/archive/app-deployment-with-knative-0.2.2.md
+++ b/knative-build/archive/app-deployment-with-knative-0.2.2.md
@@ -338,7 +338,7 @@ default 1 4d
**Note: We are deploying this application under `default` namespace. We had
deployed `helloworld-go` under the same `default` namespace. We have noticed a
limitation with Kubernetes on Docker which restricts number of pods under one
single namespace. Please make sure that there are no pods exist under `default`
and if they do, delete them all using `kubectl delete --all pods
--namespace=default`**
-Create a file named `service.yaml` and copy the following defintion. Make sure
to replace `{DOCKER_USERNAME}` with your own Docker Hub username:
+Create a file named `service.yaml` and copy the following definition. Make
sure to replace `{DOCKER_USERNAME}` with your own Docker Hub username:
```yaml
apiVersion: serving.knative.dev/v1alpha1
diff --git
a/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworld/README.md
b/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworld/README.md
index 8b83ab5..f57be0f 100644
---
a/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworld/README.md
+++
b/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworld/README.md
@@ -33,7 +33,7 @@ curl -H "Host: java-helloworld.default.example.com" -X POST
http://localhost/
#### Initialize the runtime
-You have an option to initialize the runtime with the function and other
configuration data if its not initialized (i.e. built using
[build-without-code.yaml.tmpl](build-without-code.yaml.tmpl))
+You have an option to initialize the runtime with the function and other
configuration data if it's not initialized (i.e. built using
[build-without-code.yaml.tmpl](build-without-code.yaml.tmpl))
```
curl -H "Host: java-helloworld.default.example.com" -d
"@knative-data-init.json" -H "Content-Type: application/json" http://localhost/
diff --git
a/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworldwithparams/README.md
b/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworldwithparams/README.md
index 5120bcb..0763a71 100644
---
a/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworldwithparams/README.md
+++
b/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworldwithparams/README.md
@@ -33,7 +33,7 @@ curl -H "Host:
java-helloworld-with-params.default.example.com" -d '{"value": {"
#### Initialize the runtime
-You have an option to initialize the runtime with the function and other
configuration data if its not initialized (i.e. built using
[build-without-code.yaml.tmpl](build-without-code.yaml.tmpl))
+You have an option to initialize the runtime with the function and other
configuration data if it's not initialized (i.e. built using
[build-without-code.yaml.tmpl](build-without-code.yaml.tmpl))
```
curl -H "Host: java-helloworld-with-params.default.example.com" -d
"@knative-data-init.json" -H "Content-Type: application/json" http://localhost/
diff --git
a/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworldwithparamsfromenv/README.md
b/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworldwithparamsfromenv/README.md
index b1679e8..530f1db 100644
---
a/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworldwithparamsfromenv/README.md
+++
b/knative-build/runtimes/java/core/java8/proxy/profiles/base/tests/helloworldwithparamsfromenv/README.md
@@ -33,7 +33,7 @@ curl -H "Host:
java-helloworld-with-params-from-env.default.example.com" -X POST
#### Initialize the runtime
-You have an option to initialize the runtime with the function and other
configuration data if its not initialized (i.e. built using
[build-without-code.yaml.tmpl](build-without-code.yaml.tmpl))
+You have an option to initialize the runtime with the function and other
configuration data if it's not initialized (i.e. built using
[build-without-code.yaml.tmpl](build-without-code.yaml.tmpl))
```
curl -H "Host: java-helloworld-with-params-from-env.default.example.com" -d
"@knative-data-init.json" -H "Content-Type: application/json" http://localhost/
diff --git
a/knative-build/runtimes/java/core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
b/knative-build/runtimes/java/core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
index d6328c8..b977538 100644
---
a/knative-build/runtimes/java/core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
+++
b/knative-build/runtimes/java/core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
@@ -161,7 +161,7 @@ public class Proxy {
public void handle(HttpExchange t) throws IOException {
long startTime = Debug.start();
if (loader == null) {
- // check if the Jar file contents are set in the enviorment
+ // check if the Jar file contents are set in the environment
// OW_AUTO_INIT: Jar file with absolute/relative path
// OW_AUTO_INIT_MAIN: name of the function in the
"OW_AUTO_INIT" to call as the action handler
String ow_auto_init = System.getenv(OW_AUTO_INIT);