From f1e6186b4644dd6fac03998dee49002634c43cb9 Mon Sep 17 00:00:00 2001 From: Alexander Lindgren <73173943+minifisk@users.noreply.github.com> Date: Tue, 21 Jun 2022 11:41:55 +0200 Subject: [PATCH] bahaviour -> behaviour --- django_q/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_q/cluster.py b/django_q/cluster.py index 9bce4f5e..3dd80920 100644 --- a/django_q/cluster.py +++ b/django_q/cluster.py @@ -692,7 +692,7 @@ def close_old_django_connections(): logger.warning( "Preserving django database connections because sync=True. Beware " "that tasks are now injected in the calling context/transactions " - "which may result in unexpected bahaviour." + "which may result in unexpected behaviour." ) else: db.close_old_connections()