agent/rustjail: fix typo

not suppoerted  ->  not supported

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-10-26 11:27:59 -06:00
parent 8130d9b2dd
commit 926a618624

View File

@ -694,7 +694,7 @@ impl BaseContainer for LinuxContainer {
}
fn state(&self) -> Result<State> {
Err(anyhow!("not suppoerted"))
Err(anyhow!("not supported"))
}
fn oci_state(&self) -> Result<OCIState> {