From b75531445b9c2b23c03cb7406574e33f658070e3 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 15 Jul 2023 21:41:45 +0200 Subject: [PATCH] Fix typo: suports -> supports --- scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala b/scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala index 0ff700da8cf2..260529b024db 100644 --- a/scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala +++ b/scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala @@ -142,7 +142,7 @@ object Scaladoc: ) if other.nonEmpty then report.warning( - s"scaladoc suports only .tasty and .jar files, following files will be ignored: ${other.mkString(", ")}" + s"scaladoc supports only .tasty and .jar files, following files will be ignored: ${other.mkString(", ")}" ) def defaultDest(): File =