Fix typo in comment.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-09-14 00:12:41 -04:00
parent b42161e404
commit afc48ae331

View File

@@ -58,7 +58,7 @@ def post_document_type_change_metadata(sender, instance, **kwargs):
)
# Add the metadata types of the new document type to the document
# excluding exisitng document metadata
# excluding existing document metadata
# get_or_create is not used to avoid a possible triggering of indexes
# or workflow on document change by metadata save signal
new_document_type_metadata_types = instance.document_type.metadata.filter(