From e5b8953fc0126e74573f86b760f0206bf926670a Mon Sep 17 00:00:00 2001 From: SaltyCharles Date: Thu, 12 Oct 2017 11:41:50 -0700 Subject: [PATCH] fix typo in set_volume_tags documentation --- salt/modules/boto_ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': {}}