lib/flydata/compatibility_check.rb in flydata-0.2.16 vs lib/flydata/compatibility_check.rb in flydata-0.2.17
- old
+ new
@@ -52,10 +52,10 @@
errors[port] = e
end
end
unless errors.empty?
- message = "Cannot connect to outisde ports. Please check to make sure you have these outgoing ports open."
+ message = "Cannot connect to outside ports. Please check to make sure you have these outgoing ports open."
errors.each do |port, e|
message += " Port #{port}, Error #{e.class.name}: #{e.to_s}"
end
raise AgentCompatibilityError, message
end