fix doc: wrong function name

This commit is contained in:
Chulki Lee 2016-01-11 13:06:34 -08:00
parent 1aa24035fc
commit 20c0f6b02b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package common
// IsValidRegion returns true if the supplied region is a valid AWS
// ValidateRegion returns true if the supplied region is a valid AWS
// region and false if it's not.
func ValidateRegion(region string) bool {
var regions = [12]string{