aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/StdNames.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-03-30 13:24:20 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-03-30 13:24:20 +0200
commit57027f7e04b582d47c0727661cdfd5a1c1ba828e (patch)
tree4f65ce1348b000bc36164c574881b852afba3638 /src/dotty/tools/dotc/core/StdNames.scala
parentf9910eba54741dc127577010b5728a70622a8c08 (diff)
downloaddotty-57027f7e04b582d47c0727661cdfd5a1c1ba828e.tar.gz
dotty-57027f7e04b582d47c0727661cdfd5a1c1ba828e.tar.bz2
dotty-57027f7e04b582d47c0727661cdfd5a1c1ba828e.zip
Fix companion_class_method name
Diffstat (limited to 'src/dotty/tools/dotc/core/StdNames.scala')
-rw-r--r--src/dotty/tools/dotc/core/StdNames.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/StdNames.scala b/src/dotty/tools/dotc/core/StdNames.scala
index 3634b2259..4f59bd453 100644
--- a/src/dotty/tools/dotc/core/StdNames.scala
+++ b/src/dotty/tools/dotc/core/StdNames.scala
@@ -125,7 +125,7 @@ object StdNames {
val DEFAULT_EXCEPTION_NAME: N = "ex$"
val INITIALIZER_PREFIX: N = "initial$"
val COMPANION_MODULE_METHOD: N = "companion$module"
- val COMPANION_CLASS_METHOD: N = "compaion$class"
+ val COMPANION_CLASS_METHOD: N = "companion$class"
// value types (and AnyRef) are all used as terms as well
// as (at least) arguments to the @specialize annotation.