diff --git a/arkindex/documents/management/commands/reindex.py b/arkindex/documents/management/commands/reindex.py index c5742e48e14a88f0e99ea1848373ec851b878dd0..7b5415240f296ac6328786d209138bcca8228fc3 100644 --- a/arkindex/documents/management/commands/reindex.py +++ b/arkindex/documents/management/commands/reindex.py @@ -43,7 +43,7 @@ class Command(BaseCommand): if not corpora.exists(): raise CommandError(f"Corpus {corpus_id} does not exist or is not indexable") else: - raise CommandError("Either spcify a corpus ID with --corpus-id or index all corpus through --all") + raise CommandError("Either specify a corpus ID with --corpus-id or index all corpus through --all") for corpus in corpora: self.stdout.write(f"Indexing {corpus.name}")