Skip to content

Commit 66fe598

Browse files
committed
Minor typo in Java Intermediate 40
1 parent 4a965d8 commit 66fe598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Java_Intermediate/40_javeIntermediate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void actionPerformed(ActionEvent event){
3333
setVisible(true);
3434
}
3535

36-
public void startRinning(){
36+
public void startRunning(){
3737
try{
3838
server = new ServerSocket(6789, 100); //6789 is a dummy port for testing, this can be changed. The 100 is the maximum people waiting to connect.
3939
while(true){

0 commit comments

Comments
 (0)