From ea71c6f70f464a68a4c7afd6115ba82f31816a9f Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 14 May 2015 12:55:31 +1000 Subject: Fix an ironic typo in the typo fixing commit --- src/dotty/tools/dotc/typer/Typer.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/typer/Typer.scala') diff --git a/src/dotty/tools/dotc/typer/Typer.scala b/src/dotty/tools/dotc/typer/Typer.scala index 6033f580b..9fecc9742 100644 --- a/src/dotty/tools/dotc/typer/Typer.scala +++ b/src/dotty/tools/dotc/typer/Typer.scala @@ -1145,7 +1145,7 @@ class Typer extends Namer with TypeAssigner with Applications with Implicits wit * `fallBack`. * * 1st strategy: Try to insert `.apply` so that the result conforms to prototype `pt`. - * 2nd stratgy: If tree is a select `qual.name`, try to insert an implicit conversion + * 2nd strategy: If tree is a select `qual.name`, try to insert an implicit conversion * around the qualifier part `qual` so that the result conforms to the expected type * with wildcard result type. */ -- cgit v1.2.3