From 8ae2854d158d45283b823154b60244a4b5cae576 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 20 Aug 2024 20:06:52 -0700 Subject: [PATCH] fix typos --- .../scala/scala/meta/internal/bsp/ConnectionBspStatus.scala | 2 +- metals/src/main/scala/scala/meta/internal/metals/Messages.scala | 2 +- website/blog/2020-05-04-lithium.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metals/src/main/scala/scala/meta/internal/bsp/ConnectionBspStatus.scala b/metals/src/main/scala/scala/meta/internal/bsp/ConnectionBspStatus.scala index 42b22698525..62674cdf8c1 100644 --- a/metals/src/main/scala/scala/meta/internal/bsp/ConnectionBspStatus.scala +++ b/metals/src/main/scala/scala/meta/internal/bsp/ConnectionBspStatus.scala @@ -124,7 +124,7 @@ object ConnectionBspStatus { s"$serverName ${icons.error}", "error", show = true, - tooltip = s"Build sever ($serverName) is not responding.", + tooltip = s"Build server ($serverName) is not responding.", command = ClientCommands.ConnectBuildServer.id, commandTooltip = "Reconnect.", ).withStatusType(StatusType.bsp) diff --git a/metals/src/main/scala/scala/meta/internal/metals/Messages.scala b/metals/src/main/scala/scala/meta/internal/metals/Messages.scala index c5caab57513..b6e8ea9747a 100644 --- a/metals/src/main/scala/scala/meta/internal/metals/Messages.scala +++ b/metals/src/main/scala/scala/meta/internal/metals/Messages.scala @@ -1089,7 +1089,7 @@ object FileOutOfScalaCliBspScope { val ignore = new MessageActionItem("No") def askToRegenerateConfigAndRestartBspMsg(file: String): String = s"""|$file is outside of scala-cli build server scope. - |Would you like to fix this by regenerating bsp configuration and restarting the build sever?""".stripMargin + |Would you like to fix this by regenerating bsp configuration and restarting the build server?""".stripMargin def askToRegenerateConfigAndRestartBsp( file: Path ): ShowMessageRequestParams = { diff --git a/website/blog/2020-05-04-lithium.md b/website/blog/2020-05-04-lithium.md index c75ffd5c030..d05230e590f 100644 --- a/website/blog/2020-05-04-lithium.md +++ b/website/blog/2020-05-04-lithium.md @@ -222,7 +222,7 @@ Tomasz Pasternak - Add support for Scala 2.13.2 [\#1659](https://github.com/scalameta/metals/pull/1659) ([tgodzik](https://github.com/tgodzik)) -- Properly set the arguments field in sever commands documentation +- Properly set the arguments field in server commands documentation [\#1606](https://github.com/scalameta/metals/pull/1606) ([ayoub-benali](https://github.com/ayoub-benali)) - Handle initialization options