Skip to content

Commit d4095bb

Browse files
authored
chore: fix spelling (#119)
1 parent 71df9b8 commit d4095bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action

core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public void handle(HttpExchange t) throws IOException {
169169
Throwable underlying = ite.getCause();
170170
underlying.printStackTrace(System.err);
171171
Proxy.writeError(t,
172-
"An error has occured while invoking the action (see logs for details): " + underlying);
172+
"An error has occurred while invoking the action (see logs for details): " + underlying);
173173
} catch (Exception e) {
174174
e.printStackTrace(System.err);
175175
Proxy.writeError(t, "An error has occurred (see logs for details): " + e);

0 commit comments

Comments
 (0)