From 5252c5e61765b037b70117a2386c477f40dd8365 Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Mon, 6 Feb 2012 15:54:04 +0000 Subject: Spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Symbolink → symbolic. --- install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.rb') diff --git a/install.rb b/install.rb index 0a1defe..fa9dcdf 100644 --- a/install.rb +++ b/install.rb @@ -8,7 +8,7 @@ if File.exists?(main_app_path) puts "WARNING: #{main_app_path} already exists, the symbolic link won't be created" else # Create symlink begin - print "Creating symbolink link from #{main_app_path} to #{plugin_path}... " + print "Creating symbolic link from #{main_app_path} to #{plugin_path}... " File.symlink(plugin_path, main_app_path) puts "done" rescue NotImplementedError -- cgit v1.2.3