Fixed typo in rkt

Fixed typo in rkt
This commit is contained in:
Malepati Bala Siva Sai Akhil 2017-08-05 20:41:02 +05:30
parent ee82de565a
commit 84844bb6d6

View File

@ -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