From b6b67db4c88ff47375bc0ac26004338b5f5d760b Mon Sep 17 00:00:00 2001
From: Larry Garfield <larry@garfieldtech.com>
Date: Wed, 24 Feb 2021 15:03:26 -0600
Subject: [PATCH] fix: Spelling error

---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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