Skip to content

Commit 046d9c4

Browse files
Merge pull request #18 from pH5/timeout-message
fix timeout message
2 parents 4879e86 + e343bbd commit 046d9c4

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
@@ -66,7 +66,7 @@ fn wait_for_device(root_device: &str) -> Result<()> {
6666
thread::sleep(duration);
6767
}
6868

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

7272
/*

0 commit comments

Comments
 (0)