aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Typer.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-05-14 12:55:31 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-05-14 12:55:31 +1000
commitea71c6f70f464a68a4c7afd6115ba82f31816a9f (patch)
tree6efea5e0dc5750a3518b83ef1149b050bf7679e5 /src/dotty/tools/dotc/typer/Typer.scala
parent37298814b95871ec871a3679d19bae82adf1edaf (diff)
downloaddotty-ea71c6f70f464a68a4c7afd6115ba82f31816a9f.tar.gz
dotty-ea71c6f70f464a68a4c7afd6115ba82f31816a9f.tar.bz2
dotty-ea71c6f70f464a68a4c7afd6115ba82f31816a9f.zip
Fix an ironic typo in the typo fixing commit
Diffstat (limited to 'src/dotty/tools/dotc/typer/Typer.scala')
-rw-r--r--src/dotty/tools/dotc/typer/Typer.scala2
1 files changed, 1 insertions, 1 deletions
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.
*/