We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71df9b8 commit d4095bbCopy full SHA for d4095bb
1 file changed
core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java
@@ -169,7 +169,7 @@ public void handle(HttpExchange t) throws IOException {
169
Throwable underlying = ite.getCause();
170
underlying.printStackTrace(System.err);
171
Proxy.writeError(t,
172
- "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);
173
} catch (Exception e) {
174
e.printStackTrace(System.err);
175
Proxy.writeError(t, "An error has occurred (see logs for details): " + e);
0 commit comments