Skip to content

Commit c571552

Browse files
committed
Fixing spelling mistake
1 parent d018f87 commit c571552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_stty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ fn test_saved_state_invalid_formats() {
475475
String::new()
476476
};
477477

478-
// Cannot test single value since it would be intepreted as baud rate
478+
// Cannot test single value since it would be interpreted as baud rate
479479
let invalid_states = vec![
480480
"500:5:4bf".to_string(), // fewer than expected parts
481481
"500:5:4bf:8a3b".to_string(), // only 4 parts

0 commit comments

Comments
 (0)