From a681a6a2d07a8d601db6e94982292a60b1b62fcf Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 10 Feb 2011 14:42:24 +0000 Subject: Correct doc comment. --- src/library/scala/Application.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/library') diff --git a/src/library/scala/Application.scala b/src/library/scala/Application.scala index fd7fe1d9f2..352f8ee3d6 100644 --- a/src/library/scala/Application.scala +++ b/src/library/scala/Application.scala @@ -47,9 +47,9 @@ trait Application extends DelayedInit { private val initCode = new ListBuffer[() => Unit] /** The init hook. This saves all initialization code for execution within `main`. - * This methos is normally never called directly from user code. - * Instead it is called as compiler-generated code for those classes, objects, and traits - * that inherit from the `DelayedInit` trait and that do not themselves define + * This method is normally never called directly from user code. + * Instead it is called as compiler-generated code for those classes and objects + * (but not traits) that inherit from the `DelayedInit` trait and that do not themselves define * a `delayedInit` method. * @param body the initialization code to be stored for later execution */ -- cgit v1.2.3