diff --git a/src/main/scala/coreplex/Configs.scala b/src/main/scala/coreplex/Configs.scala index d9231583..b5c1a1ac 100644 --- a/src/main/scala/coreplex/Configs.scala +++ b/src/main/scala/coreplex/Configs.scala @@ -248,7 +248,7 @@ class WithSynchronousRocketTiles extends Config((site, here, up) => { } }) -class WithAynchronousRocketTiles(depth: Int, sync: Int) extends Config((site, here, up) => { +class WithAsynchronousRocketTiles(depth: Int, sync: Int) extends Config((site, here, up) => { case RocketCrossingKey => up(RocketCrossingKey, site) map { r => r.copy(crossingType = AsynchronousCrossing(depth, sync)) }