mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
agent/rustjail: fix typo
not suppoerted -> not supported Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
8130d9b2dd
commit
926a618624
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user