From 448953056d695c5137b079bb66fc5c6f6cdb9e8a Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 14 May 2015 11:48:52 +1000 Subject: Correct a large number of typos. I scanned the main sources with IntellIJ's spell checker and corrected what showed up. --- src/dotty/tools/dotc/typer/Checking.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/typer/Checking.scala') diff --git a/src/dotty/tools/dotc/typer/Checking.scala b/src/dotty/tools/dotc/typer/Checking.scala index ffb74839d..f28f3b09a 100644 --- a/src/dotty/tools/dotc/typer/Checking.scala +++ b/src/dotty/tools/dotc/typer/Checking.scala @@ -64,7 +64,7 @@ object Checking { /** Are cycles allowed within nested refinedInfos of currently checked type? */ private var nestedCycleOK = false - /** Are cycles allwoed within currently checked type? */ + /** Are cycles allowed within currently checked type? */ private var cycleOK = false /** A diagnostic output string that indicates the position of the last -- cgit v1.2.3