lib/indexer/conversion/gemfile.rb in indexer-0.2.0 vs lib/indexer/conversion/gemfile.rb in indexer-0.3.0
- old
+ new
@@ -11,10 +11,10 @@
def import_gemfile(file=nil)
require 'bundler'
case file
when String
- # FIXME: Is this the correct way fot load a gemfile?
+ # FIXME: Is this the correct way to load a gemfile?
bundle = ::Bundler::Dsl.new
bundle.eval_gemfile(file)
when NilClass
bundle = ::Bundler.definition
end