🐛 fix(rule_processor): correct spelling of "behaviour"

- correct spelling of "behaviour" in comment for consistency
This commit is contained in:
Jeremiah Russell
2025-10-20 11:16:52 +01:00
committed by Jeremiah Russell
parent b26887e05a
commit f95ac2f1ff

View File

@@ -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.