From 48f7d19b4718dae4cc35810a88744a4029cda92c Mon Sep 17 00:00:00 2001 From: mpapis Date: Sun, 20 Nov 2011 01:06:08 +0100 Subject: [PATCH] s/then/than/ --- lib/thor/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')