From a7211d3196f9fc478916ad96e6c1bb228a37a1c4 Mon Sep 17 00:00:00 2001 From: yuk1ty Date: Sat, 16 Mar 2024 19:40:30 +0900 Subject: [PATCH] Fix small typo --- server/src/main/kotlin/org/javacs/kt/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/kotlin/org/javacs/kt/Main.kt b/server/src/main/kotlin/org/javacs/kt/Main.kt index 87245a4fc..7e19897c9 100644 --- a/server/src/main/kotlin/org/javacs/kt/Main.kt +++ b/server/src/main/kotlin/org/javacs/kt/Main.kt @@ -13,7 +13,7 @@ class Args { * The language server can currently be launched in three modes: * - Stdio, in which case no argument should be specified (used by default) * - TCP Server, in which case the client has to connect to the specified tcpServerPort (used by the Docker image) - * - TCP Client, in whcih case the server will connect to the specified tcpClientPort/tcpClientHost (optionally used by VSCode) + * - TCP Client, in which case the server will connect to the specified tcpClientPort/tcpClientHost (optionally used by VSCode) */ @Parameter(names = ["--tcpServerPort", "-sp"])