From b98426a993135797137195f53f3891f4352ba5ae Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 24 Jan 2024 17:54:19 +0100 Subject: [PATCH] Fix successful typo. --- hooked-cli/source/printer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooked-cli/source/printer.rs b/hooked-cli/source/printer.rs index aaab9b2..04e5d04 100644 --- a/hooked-cli/source/printer.rs +++ b/hooked-cli/source/printer.rs @@ -23,7 +23,7 @@ pub struct PrintStyles { pub error: Style, /// The style for skipped hooks output. pub skipped: Style, - /// The style for succesful hooks output. + /// The style for successful hooks output. pub success: Style, /// The style for hooks with warnings. pub warn: Style,