Skip to content

Commit 50d7359

Browse files
committed
fix comment typo
1 parent 2f9c8ca commit 50d7359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery_haystack/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CeleryHaystack(AppConf):
2525
COMMAND_BATCH_SIZE = None
2626
#: The max age of items used by the CeleryHaystackUpdateIndex task
2727
COMMAND_AGE = None
28-
#: Wehther to remove items from the index that aren't in the DB anymore
28+
#: Whether to remove items from the index that aren't in the DB anymore
2929
COMMAND_REMOVE = False
3030
#: The number of multiprocessing workers used by the CeleryHaystackUpdateIndex task
3131
COMMAND_WORKERS = 0

0 commit comments

Comments
 (0)