Skip to content

Commit 91ee27f

Browse files
authored
fix: Spelling error
1 parent 5f7c89f commit 91ee27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ fn main() {
213213
if matches.subcommand_matches("watch").is_some() {
214214
if let Err(e) = watch(&exercises, verbose) {
215215
println!(
216-
"Error: Could not watch your progess. Error message was {:?}.",
216+
"Error: Could not watch your progress. Error message was {:?}.",
217217
e
218218
);
219219
println!("Most likely you've run out of disk space or your 'inotify limit' has been reached.");

0 commit comments

Comments
 (0)