From afc48ae33136858ff6bde6a5ffba981d3033603f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 14 Sep 2018 00:12:41 -0400 Subject: [PATCH] Fix typo in comment. Signed-off-by: Roberto Rosario --- mayan/apps/metadata/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/metadata/handlers.py b/mayan/apps/metadata/handlers.py index 0bba99d1ce..10ba2fac90 100644 --- a/mayan/apps/metadata/handlers.py +++ b/mayan/apps/metadata/handlers.py @@ -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(