Skip to content

Commit ff5d4cf

Browse files
author
Felix Mauch
committed
Corrected a typo in the ProgramView
1 parent 8b85112 commit ff5d4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fzi/externalcontrol/impl/ExternalControlProgramNodeView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public void showAdvancedParameters(boolean visible) {
166166

167167
public void updateInfoLabel(String host_ip, String custom_port) {
168168
infoLabel.setText("<html><body>"
169-
+ "The program enabling external control is requestet from the remote host.<br>"
169+
+ "The program enabling external control is requested from the remote host.<br>"
170170
+ "As to that, the parameters are currently set as follows: <br><br>"
171171
+ "Host IP: " + host_ip + "<br>"
172172
+ "Custom port: " + custom_port + "<br><br><br>"

0 commit comments

Comments
 (0)