diff --git a/salt/modules/boto_ec2.py b/salt/modules/boto_ec2.py index c235a02a8d..376ec7fc0d 100644 --- a/salt/modules/boto_ec2.py +++ b/salt/modules/boto_ec2.py @@ -1778,7 +1778,7 @@ def set_volumes_tags(tag_maps, authoritative=False, dry_run=False, would have been applied. returns (dict) - A dict dsecribing status and any changes. + A dict describing status and any changes. ''' ret = {'success': True, 'comment': '', 'changes': {}}