From 11d8bad44ee5c4dcd6bea1e5ba67fa1d856564cf Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 22 Jul 2024 22:57:40 +0200 Subject: [PATCH] fix(api): typo --- api/desecapi/management/commands/check-secondaries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/desecapi/management/commands/check-secondaries.py b/api/desecapi/management/commands/check-secondaries.py index df3a6bb80..ab2868987 100644 --- a/api/desecapi/management/commands/check-secondaries.py +++ b/api/desecapi/management/commands/check-secondaries.py @@ -129,7 +129,7 @@ def handle(self, *args, **options): self.report(outdated_secondaries, output, timeouts) def report(self, outdated_secondaries, output, timeouts): - # Do not report when timeouts occur, unless there's also replication out-of-sync somwhere. + # Do not report when timeouts occur, unless there's also replication out-of-sync somewhere. # Helps catch long-term unreachability, where subject will show timeouts for any emails. # Individual node downtimes should be tracked by external monitoring. if not outdated_secondaries: