Merge pull request #656 from Crell/spelling-fix

fix: Spelling error
This commit is contained in:
marisa 2021-02-25 11:20:39 +01:00 committed by GitHub
commit 5eed505d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.");