mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
fix: Spelling error
This commit is contained in:
parent
5f7c89f85d
commit
91ee27f22b
@ -213,7 +213,7 @@ fn main() {
|
||||
if matches.subcommand_matches("watch").is_some() {
|
||||
if let Err(e) = watch(&exercises, verbose) {
|
||||
println!(
|
||||
"Error: Could not watch your progess. Error message was {:?}.",
|
||||
"Error: Could not watch your progress. Error message was {:?}.",
|
||||
e
|
||||
);
|
||||
println!("Most likely you've run out of disk space or your 'inotify limit' has been reached.");
|
||||
|
Loading…
Reference in New Issue
Block a user