mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 16:23:06 +00:00
fix typo
This commit is contained in:
parent
bba65fe051
commit
474fae5b3d
@ -676,7 +676,7 @@ pub fn parse_property_string(value_str: &str, schema: &Schema) -> Result<Value,
|
||||
|
||||
Ok(array.into())
|
||||
}
|
||||
_ => bail!("Got unexpetec schema type."),
|
||||
_ => bail!("Got unexpected schema type."),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user