From c2a11eec3b26f690dad3bfbad4eda9591575eaa8 Mon Sep 17 00:00:00 2001 From: Christian Jensen Date: Tue, 26 Nov 2024 14:14:26 -0800 Subject: [PATCH] Typo fix Spelling error correction --- health_check/contrib/celery/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health_check/contrib/celery/apps.py b/health_check/contrib/celery/apps.py index d366178b..0b4c050e 100644 --- a/health_check/contrib/celery/apps.py +++ b/health_check/contrib/celery/apps.py @@ -15,7 +15,7 @@ def ready(self): if hasattr(settings, "HEALTHCHECK_CELERY_TIMEOUT"): warnings.warn( - "HEALTHCHECK_CELERY_TIMEOUT is depricated and may be removed in the " + "HEALTHCHECK_CELERY_TIMEOUT is deprecated and may be removed in the " "future. Please use HEALTHCHECK_CELERY_RESULT_TIMEOUT and " "HEALTHCHECK_CELERY_QUEUE_TIMEOUT instead.", DeprecationWarning,