diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Romero/RomeroClientHW2.java b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Romero/RomeroClientHW2.java
index 205fca166646772cd8e1183bc4b3965288f16d6b..382ceeb106179abdf2c4f2499db2cf75eb36712c 100644
--- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Romero/RomeroClientHW2.java
+++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Romero/RomeroClientHW2.java
@@ -60,7 +60,7 @@ public class RomeroClientHW2
             in = new DataInputStream(clientConnectionSocket.getInputStream());
             out = new DataOutputStream(clientConnectionSocket.getOutputStream());
             
-            //Specifying the dar of the week, in string format
+            //Specifying the daY of the week, in string format
             out.writeUTF(day.name());
             
             /**