Skip to content

Commit de03220

Browse files
Fredrik Simonssonepilys
authored andcommitted
Corrected typo
Signed-off-by: Fredrik Simonsson <[email protected]>
1 parent 9115fab commit de03220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vhost-device-scmi/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl TryFrom<args::ScmiArgs> for VuScmiConfig {
7171
let mut split = d.split(',');
7272
let name = split
7373
.next()
74-
.expect("split should never return a completed itterator")
74+
.expect("split should never return a completed iterator")
7575
.to_owned();
7676
let mut properties = vec![];
7777
for s in split {

0 commit comments

Comments
 (0)