This is an automated email from the ASF dual-hosted git repository.

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e40c11312 [ZEPPELIN-6410] Fix typo in PythonInterpreter comment: 
"sever" to "server"
4e40c11312 is described below

commit 4e40c113124fe94c0402f4563e6d33dd1a8fa700
Author: 조형준 <[email protected]>
AuthorDate: Tue Apr 7 12:56:41 2026 +0900

    [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 <[email protected]>
---
 python/src/main/java/org/apache/zeppelin/python/PythonInterpreter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/python/src/main/java/org/apache/zeppelin/python/PythonInterpreter.java 
b/python/src/main/java/org/apache/zeppelin/python/PythonInterpreter.java
index d82263f946..97a44de4a0 100644
--- a/python/src/main/java/org/apache/zeppelin/python/PythonInterpreter.java
+++ b/python/src/main/java/org/apache/zeppelin/python/PythonInterpreter.java
@@ -122,7 +122,7 @@ public class PythonInterpreter extends Interpreter {
     }
   }
 
-  // start gateway sever and start python process
+  // start gateway server and start python process
   private void createGatewayServerAndStartScript() throws IOException {
     // start gateway server in JVM side
     int port = 
RemoteInterpreterUtils.findRandomAvailablePortOnAllLocalInterfaces();

Reply via email to