Skip to content

Commit ea2075f

Browse files
authored
Merge pull request #441 from jensenbox/patch-1
Typo fix
2 parents cdb1635 + c2a11ee commit ea2075f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

health_check/contrib/celery/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def ready(self):
1515

1616
if hasattr(settings, "HEALTHCHECK_CELERY_TIMEOUT"):
1717
warnings.warn(
18-
"HEALTHCHECK_CELERY_TIMEOUT is depricated and may be removed in the "
18+
"HEALTHCHECK_CELERY_TIMEOUT is deprecated and may be removed in the "
1919
"future. Please use HEALTHCHECK_CELERY_RESULT_TIMEOUT and "
2020
"HEALTHCHECK_CELERY_QUEUE_TIMEOUT instead.",
2121
DeprecationWarning,

0 commit comments

Comments
 (0)