Merge pull request #4597 from rooftopcellist/fix_encryption_typo

fix typo in comment about encryption

Reviewed-by: awxbot
             https://github.com/awxbot
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-08-26 19:37:22 +00:00 committed by GitHub
commit 0d8abba613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4212,7 +4212,7 @@ class NotificationTemplateSerializer(BaseSerializer):
if error_list:
raise serializers.ValidationError(error_list)
# Only pull the exisitng encrypted passwords from the existing objects
# Only pull the existing encrypted passwords from the existing objects
# to assign to the attribute and forward on the call stack IF AND ONLY IF
# we know an error will not be raised in the validation phase.
# Otherwise, the encrypted password will be exposed.