diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework1/FisherTCPExample1Telnet.java b/assignments/src/MV3500Cohort2021JulySeptember/homework1/FisherTCPExample1Telnet.java index 452eb148cdb9c127c1782ab4ffdbc4e1caead2e3..d925c7fdc0b4cb83e4cd3eec4a662be1c4b49a09 100644 --- a/assignments/src/MV3500Cohort2021JulySeptember/homework1/FisherTCPExample1Telnet.java +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework1/FisherTCPExample1Telnet.java @@ -50,7 +50,7 @@ public class FisherTCPExample1Telnet { } catch(IOException e) { - System.err.println("Problem with TcpExample1Telnet networking:"); // describe what is happening + System.err.println("Problem with FisherTCPExample1Telnet networking:"); // describe what is happening System.err.println("Error: " + e); // Provide more helpful information to user if exception occurs due to running twice at one time