Skip to content

Commit 5eed505

Browse files
author
marisa
authored
Merge pull request #656 from Crell/spelling-fix
fix: Spelling error
2 parents 5f7c89f + 91ee27f commit 5eed505

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)