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.
1 parent 5f7c89f commit 91ee27fCopy full SHA for 91ee27f
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