Skip to content

Commit bb84802

Browse files
xxxxxxjunjongyoul
authored andcommitted
[ZEPPELIN-6410] Fix typo in PythonInterpreter comment: "sever" to "server"
### What is this PR for? Fix a typo in `PythonInterpreter.java` where the comment reads "sever" instead of "server". ### What type of PR is it? Improvement ### Todos * [x] Fix typo: "sever" → "server" ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-6410 ### How should this be tested? * No functional change — comment-only fix. Visual inspection is sufficient. ### Screenshots (if appropriate) N/A ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #5210 from xxxxxxjun/fix-zeppelin-6410. Signed-off-by: Jongyoul Lee <jongyoul@gmail.com> (cherry picked from commit 4e40c11) Signed-off-by: Jongyoul Lee <jongyoul@gmail.com>
1 parent 2740a71 commit bb84802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/src/main/java/org/apache/zeppelin/python/PythonInterpreter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void open() throws InterpreterException {
122122
}
123123
}
124124

125-
// start gateway sever and start python process
125+
// start gateway server and start python process
126126
private void createGatewayServerAndStartScript() throws IOException {
127127
// start gateway server in JVM side
128128
int port = RemoteInterpreterUtils.findRandomAvailablePortOnAllLocalInterfaces();

0 commit comments

Comments
 (0)