Skip to content
Prev Previous commit
Fix typo
  • Loading branch information
Mice7R committed Feb 12, 2024
commit cfcd9c54b99cfa7432afc5b7cbdf809f173e88e5
2 changes: 1 addition & 1 deletion src/blocks/timewarrior.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,5 @@ async fn stop_continue() -> Result<()> {
.error("Error executing stop/continue")?
.success()
.then_some(())
.error("timew exited with non-zero value when attempting to stop/contniue")
.error("timew exited with non-zero value when attempting to stop/continue")
}