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 =