Fix a typo: "intance" should be "instance"

This commit is contained in:
joeduffy 2017-06-10 12:15:03 -07:00
parent 9bb868191f
commit 7fb9a977db

View file

@ -25,7 +25,7 @@ import (
const (
EC2 = "ec2"
EC2Instance = "intance"
EC2Instance = "instance"
EC2SecurityGroup = "security-group"
EC2VPC = "vpc"
)