File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ pub fn init() -> Result<()> {
69
69
. stdout ( Stdio :: null ( ) )
70
70
. status ( ) ?;
71
71
if !status. success ( ) {
72
- bail ! ( "Failed to initilize a new Cargo workspace member.\n Please initialize Rustlings in a different directory" ) ;
72
+ bail ! ( "Failed to initialize a new Cargo workspace member.\n Please initialize Rustlings in a different directory" ) ;
73
73
}
74
74
75
75
stdout. write_all ( b"The directory `rustlings` has been added to `workspace.members` in the Cargo.toml file of this Cargo workspace.\n " ) ?;
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ fn main() -> Result<()> {
106
106
write ! ( stdout, "{welcome_message}\n \n Press ENTER to continue " ) ?;
107
107
press_enter_prompt ( & mut stdout) ?;
108
108
clear_terminal ( & mut stdout) ?;
109
- // Flush to be able to show errors occuring before printing a newline to stdout.
109
+ // Flush to be able to show errors occurring before printing a newline to stdout.
110
110
stdout. flush ( ) ?;
111
111
}
112
112
StateFileStatus :: Read => ( ) ,
You can’t perform that action at this time.
0 commit comments