We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f7c89f + 91ee27f commit 5eed505Copy full SHA for 5eed505
src/main.rs
@@ -213,7 +213,7 @@ fn main() {
213
if matches.subcommand_matches("watch").is_some() {
214
if let Err(e) = watch(&exercises, verbose) {
215
println!(
216
- "Error: Could not watch your progess. Error message was {:?}.",
+ "Error: Could not watch your progress. Error message was {:?}.",
217
e
218
);
219
println!("Most likely you've run out of disk space or your 'inotify limit' has been reached.");
0 commit comments