Skip to content

Commit

Permalink
Merge pull request ManageIQ#17994 from juliancheal/fix_spelling
Browse files Browse the repository at this point in the history
Fixed spelling error
  • Loading branch information
Fryguy authored Sep 18, 2018
2 parents 4a60b03 + c31b9db commit 156cd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vmdb/config/validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def server(data)
if keys.include?(:zone)
unless Zone.in_my_region.find_by(:name => data.zone)
valid = false
errors << [:zone, "zone, \"#{data.zone}\", invalid. Should be a vaild Zone"]
errors << [:zone, "zone, \"#{data.zone}\", invalid. Should be a valid Zone"]
end
end

Expand Down

0 comments on commit 156cd6b

Please sign in to comment.