fastlane/lib/fastlane/supported_platforms.rb in fastlane-2.26.0.beta.20170405010026 vs fastlane/lib/fastlane/supported_platforms.rb in fastlane-2.26.0.beta.20170406010019

- old
+ new

@@ -19,10 +19,10 @@ end # this will log a warning if the passed platform is not supported def self.verify!(platform) unless all.include? platform.to_s.to_sym - UI.important("Platform '#{platform}' is not officially supported. Currently supported plaforms are #{self.all}.") + UI.important("Platform '#{platform}' is not officially supported. Currently supported platforms are #{self.all}.") end end end end