Skip to content

Commit a78def7

Browse files
authored
chore: Fix typo in error report (#424)
1 parent 7f7924d commit a78def7

File tree

1 file changed

+1
-1
lines changed
  • rust/stackablectl/src/output

1 file changed

+1
-1
lines changed

rust/stackablectl/src/output/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ where
5555
let mut report = String::new();
5656

5757
// Print top most error
58-
write!(report, "An unrecoverable error occured: {self}\n\n")?;
58+
write!(report, "An unrecoverable error occurred: {self}\n\n")?;
5959
writeln!(
6060
report,
6161
"Caused by these errors (recent errors listed first):"

0 commit comments

Comments
 (0)