Use American English spelling throughout

This commit is contained in:
2026-09-15 11:45:58 -07:00
parent 6ba89696ee
commit d1731efdb9
169 changed files with 786 additions and 795 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
export interface SpamRule {
/** The rule's own name, as the filter wrote it. */
name: string;
/** What it contributed. Negative moves the message towards clean. */
/** What it contributed. Negative moves the message toward clean. */
score: number;
/** Rspamd's bracketed note, where there is one. */
detail?: string;