summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2021-02-25 11:20:39 +0100
committerGitHub <noreply@github.com>2021-02-25 11:20:39 +0100
commit5eed505d74582d12f94f5618505aa352a35c6285 (patch)
tree9d37e3ef084114a1ea4f1328b51d9ef03f836a1c
parent5f7c89f85db1f33da01911eaa479c3a2d4721678 (diff)
parent91ee27f22bd3797a9db57e5fd430801c170c5db8 (diff)
Merge pull request #656 from Crell/spelling-fix
fix: Spelling error
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 50e4a38..569aa4a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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.");