From f5a940939c654899a2f9d35901dbe2c574eb2c9a Mon Sep 17 00:00:00 2001 From: Kacper Witek Date: Sat, 24 Feb 2024 18:55:55 +0100 Subject: [PATCH] Fix typo --- .../src/main/java/com/ftprx/server/command/SimpleCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/java/com/ftprx/server/command/SimpleCommand.java b/server/src/main/java/com/ftprx/server/command/SimpleCommand.java index ee40a12..46bb526 100644 --- a/server/src/main/java/com/ftprx/server/command/SimpleCommand.java +++ b/server/src/main/java/com/ftprx/server/command/SimpleCommand.java @@ -21,7 +21,7 @@ import com.ftprx.server.channel.Command; /** - * The interface definition for a FTP Command. + * The interface definition for an FTP Command. * Your subclass should implement the execute method. */ public abstract class SimpleCommand {