Skip to content

Commit 57027f7

Browse files
committed
Fix companion_class_method name
1 parent f9910eb commit 57027f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/core/StdNames.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ object StdNames {
125125
val DEFAULT_EXCEPTION_NAME: N = "ex$"
126126
val INITIALIZER_PREFIX: N = "initial$"
127127
val COMPANION_MODULE_METHOD: N = "companion$module"
128-
val COMPANION_CLASS_METHOD: N = "compaion$class"
128+
val COMPANION_CLASS_METHOD: N = "companion$class"
129129

130130
// value types (and AnyRef) are all used as terms as well
131131
// as (at least) arguments to the @specialize annotation.

0 commit comments

Comments
 (0)