Minor typo fixes (#7354)

This commit is contained in:
Craig Dodd 2016-06-27 11:54:19 +01:00 committed by Paul Stack
parent 57f21b40e1
commit 139302122e
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ import (
)
// How long to sleep if a limit-exceeded event happens
var routeTargetValidationError = errors.New("Error: more than 1 target specified. Only 1 of gateway_id" +
"nat_gateway_id, instance_id, network_interface_id, route_table_id or" +
var routeTargetValidationError = errors.New("Error: more than 1 target specified. Only 1 of gateway_id, " +
"nat_gateway_id, instance_id, network_interface_id, route_table_id or " +
"vpc_peering_connection_id is allowed.")
// AWS Route resource Schema declaration