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-runtime-java.git
The following commit(s) were added to refs/heads/master by this push:
new d4095bb chore: fix spelling (#119)
d4095bb is described below
commit d4095bb6178e8c2f270c5b8daa0656985efecb54
Author: John Bampton <[email protected]>
AuthorDate: Tue Mar 9 22:24:28 2021 +1000
chore: fix spelling (#119)
---
.../src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
b/core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
index e9959b9..4c0dc21 100644
---
a/core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
+++
b/core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
@@ -169,7 +169,7 @@ public class Proxy {
Throwable underlying = ite.getCause();
underlying.printStackTrace(System.err);
Proxy.writeError(t,
- "An error has occured while invoking the action (see
logs for details): " + underlying);
+ "An error has occurred while invoking the action (see
logs for details): " + underlying);
} catch (Exception e) {
e.printStackTrace(System.err);
Proxy.writeError(t, "An error has occurred (see logs for
details): " + e);