diff --git a/04/src/ClientThread.java b/04/src/ClientThread.java index e285e70..e0315a2 100644 --- a/04/src/ClientThread.java +++ b/04/src/ClientThread.java @@ -12,7 +12,7 @@ public class ClientThread extends Thread { /** * Initializes the thread. * @param id the ID of this client - * @param lowerPageBound smalles page ID that can be accessed by this client + * @param lowerPageBound smallest page ID that can be accessed by this client * @param upperPageBound highest page ID that can be accessed by this client */ ClientThread(int id, int lowerPageBound, int upperPageBound) {