Skip to content

Commit 2f3ed08

Browse files
authored
chore(java-runtime): fix spelling in comment (#4511)
Small typo I noticed while looking at the process handing code --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent 823283c commit 2f3ed08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/@jsii/java-runtime/project/src/main/java/software/amazon/jsii

packages/@jsii/java-runtime/project/src/main/java/software/amazon/jsii/JsiiRuntime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class JsiiRuntime {
4444
private JsiiClient client;
4545

4646
/**
47-
* The child procesds.
47+
* The child process.
4848
*/
4949
private Process childProcess;
5050

0 commit comments

Comments
 (0)