mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-19 15:58:25 +00:00
agent/rustjail: fix typo
not suppoerted -> not supported Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user