Small typo fixed.

master
hotovson 2011-03-14 12:25:31 +01:00
parent e3941ba8e5
commit 9745e1a8b2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# encoding: utf-8
if RUBY_VERSION < "1.9.1"
abort "Ace requires Ruby 1.9."
abort "Ace requires Ruby 1.9"
end
base = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__