Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying authored and Marin Usalj committed Sep 21, 2012
1 parent c210f56 commit 7428ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bubble-wrap/loader.rb
Expand Up @@ -4,7 +4,7 @@

unless defined?(BubbleWrap::LOADER_PRESENT)
require 'bubble-wrap/version' unless defined?(VERSION)
q if BubbleWrap::minor_version(Motion::Version) < BubbleWrap::minor_version(BubbleWrap::MIN_MOTION_VERSION)
if BubbleWrap::minor_version(Motion::Version) < BubbleWrap::minor_version(BubbleWrap::MIN_MOTION_VERSION)
raise "BubbleWrap #{BubbleWrap::VERSION} requires at least rubymotion #{BubbleWrap::MIN_MOTION_VERSION}"
end

Expand Down

0 comments on commit 7428ae2

Please sign in to comment.