spelling: exceeds

This commit is contained in:
Josh Soref 2018-03-13 07:46:49 +00:00
parent fc99dc25ae
commit 33bf6de921
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ func (s *stepCreateInstance) generateUserData(userData string, httpGETOnly bool)
if len(ud) > maxUD {
return "", fmt.Errorf(
"The supplied user_data contains %d bytes after encoding, "+
"this exeeds the limit of %d bytes", len(ud), maxUD)
"this exceeds the limit of %d bytes", len(ud), maxUD)
}
return ud, nil