From a23898e7e19c6d255c262f7465b8bc8c6e0b9b5d Mon Sep 17 00:00:00 2001 From: Janek Bogucki Date: Mon, 10 Apr 2017 12:02:21 +0100 Subject: Fix Greek Mythology references in compiler package Improve documentation some packages and correct some typos in these directories, - compiler - library --- src/compiler/scala/tools/nsc/typechecker/SuperAccessors.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/typechecker/SuperAccessors.scala') diff --git a/src/compiler/scala/tools/nsc/typechecker/SuperAccessors.scala b/src/compiler/scala/tools/nsc/typechecker/SuperAccessors.scala index 8b1b2f35c5..57906cfe0a 100644 --- a/src/compiler/scala/tools/nsc/typechecker/SuperAccessors.scala +++ b/src/compiler/scala/tools/nsc/typechecker/SuperAccessors.scala @@ -315,7 +315,7 @@ abstract class SuperAccessors extends transform.Transform with transform.TypingT * A trait which extends a class and accesses a protected member * of that class cannot implement the necessary accessor method * because jvm access restrictions require the call site to be - * in an actual subclass, and an interface cannot extenda class. + * in an actual subclass, and an interface cannot extend a class. * So, non-trait classes inspect their ancestors for any such situations * and generate the accessors. See SI-2296. * -- cgit v1.2.3