Commit bb84802
[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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments