From 19cf9564532c5bbc8231874579a675f293ce585b Mon Sep 17 00:00:00 2001 From: Shivam Singhal Date: Thu, 21 Feb 2019 16:23:42 +0530 Subject: [PATCH] Fixes typo digeset to digest (#52709) --- lib/ansible/plugins/filter/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/filter/core.py b/lib/ansible/plugins/filter/core.py index 67abb4eef1b..98885b24096 100644 --- a/lib/ansible/plugins/filter/core.py +++ b/lib/ansible/plugins/filter/core.py @@ -603,7 +603,7 @@ class FilterModule(object): # hash filters # md5 hex digest of string 'md5': md5s, - # sha1 hex digeset of string + # sha1 hex digest of string 'sha1': checksum_s, # checksum of string as used by ansible for checksumming files 'checksum': checksum_s,