Fixed typo in rkt

Fixed typo in rkt
parent ee82de56
......@@ -847,7 +847,7 @@ func (r *Runtime) newAppcRuntimeApp(pod *v1.Pod, podIP string, c v1.Container, r
return err
}
// Create additional mount for termintation message path.
// Create additional mount for termination message path.
mount, err := r.makeContainerLogMount(opts, &c)
if err != nil {
return err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment