diff --git a/lib/thor/util.rb b/lib/thor/util.rb index b2f8d489f..e5b78ac25 100644 --- a/lib/thor/util.rb +++ b/lib/thor/util.rb @@ -220,7 +220,7 @@ def self.ruby_command ruby = File.join(RbConfig::CONFIG['bindir'], ruby_name) ruby << RbConfig::CONFIG['EXEEXT'] - # avoid using different name then ruby (on platforms supporting links) + # avoid using different name than ruby (on platforms supporting links) if ruby_name != 'ruby' && File.respond_to?(:readlink) begin alternate_ruby = File.join(RbConfig::CONFIG['bindir'], 'ruby')