Corrected typo

Signed-off-by: Fredrik Simonsson <fredrsim@axis.com>
This commit is contained in:
Fredrik Simonsson 2025-05-16 10:04:10 +02:00 committed by Manos Pitsidianakis
parent 9115fabe5f
commit de0322012e

View File

@ -71,7 +71,7 @@ impl TryFrom<args::ScmiArgs> for VuScmiConfig {
let mut split = d.split(',');
let name = split
.next()
.expect("split should never return a completed itterator")
.expect("split should never return a completed iterator")
.to_owned();
let mut properties = vec![];
for s in split {