Skip to content

Commit e343bbd

Browse files
committed
fix timeout message
Fix spelling of "timeout" and start message with a captial letter. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent ae41570 commit e343bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn wait_for_device(root_device: &str) -> Result<()> {
6565
thread::sleep(duration);
6666
}
6767

68-
Err("timout reached while waiting for the device".into())
68+
Err("Timeout reached while waiting for the device".into())
6969
}
7070

7171
/*

0 commit comments

Comments
 (0)