diff --git a/compiler/src/dotty/tools/repl/ParseResult.scala b/compiler/src/dotty/tools/repl/ParseResult.scala index 066742ea59e2..f7b20843a28d 100644 --- a/compiler/src/dotty/tools/repl/ParseResult.scala +++ b/compiler/src/dotty/tools/repl/ParseResult.scala @@ -102,7 +102,7 @@ case object Help extends Command { |:load interpret lines in a file |:quit exit the interpreter |:type evaluate the type of the given expression - |:doc print the documentation for the given expresssion + |:doc print the documentation for the given expression |:imports show import history |:reset reset the repl to its initial state, forgetting all session entries """.stripMargin