From f95ac2f1ff9e03597204d58d1d15e8af47ccef97 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 20 Oct 2025 11:16:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(rule=5Fprocessor):=20correct?= =?UTF-8?q?=20spelling=20of=20"behaviour"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - correct spelling of "behaviour" in comment for consistency --- src/rule_processor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rule_processor.rs b/src/rule_processor.rs index 85e9618..91e025b 100644 --- a/src/rule_processor.rs +++ b/src/rule_processor.rs @@ -323,7 +323,7 @@ impl RuleProcessor for GmailClient { /// /// This method implements the main processing logic by delegating to the internal /// orchestration function, which enables better testability while maintaining - /// the same external behavior. + /// the same external behaviour. /// /// The method respects the execute flag - when `false`, it runs in dry-run mode /// and only logs what would be done without making any changes.