Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/4358#discussion_r142138928
--- Diff:
flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala
---
@@ -468,7 +468,7 @@ class JobManager(
taskManagerGateway match {
case x: ActorTaskManagerGateway =>
handleTaskManagerTerminated(x.getActorGateway().actor(),
instance.getId)
- case _ => log.debug(s"Cannot remove resource ${resourceID},
because there is " +
+ case _ => log.debug(s"Cannot remove reosurce ${resourceID},
because there is " +
--- End diff --
typo resource
---