Skip to content

Commit

Permalink
fix: Spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Feb 24, 2021
1 parent 5f7c89f commit 91ee27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit 91ee27f

Please sign in to comment.