From 1ee3c07f1e34ed4554bec6a082a23fbd5d6b2924 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 22 Oct 2015 07:36:36 -0700 Subject: [PATCH] Doc. --- .../kotlin/com/beust/kobalt/internal/remote/KobaltServer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/beust/kobalt/internal/remote/KobaltServer.kt b/src/main/kotlin/com/beust/kobalt/internal/remote/KobaltServer.kt index e7e79558..deb70fab 100644 --- a/src/main/kotlin/com/beust/kobalt/internal/remote/KobaltServer.kt +++ b/src/main/kotlin/com/beust/kobalt/internal/remote/KobaltServer.kt @@ -24,7 +24,7 @@ interface ICommand { val name: String /** - * Run this command based on the information received from the server. When done, use + * Run this command based on the information received from the client. When done, use * the sender object to send back a response. */ fun run(sender: ICommandSender, received: JsonObject)