Author: donaldp
Date: Fri Nov 1 09:50:18 2013
New Revision: 1537875
URL: http://svn.apache.org/r1537875
Log:
Correct spelling of sufficient
Modified:
buildr/trunk/lib/buildr/core/util.rb
Modified: buildr/trunk/lib/buildr/core/util.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/util.rb?rev=1537875&r1=1537874&r2=1537875&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/core/util.rb (original)
+++ buildr/trunk/lib/buildr/core/util.rb Fri Nov 1 09:50:18 2013
@@ -27,7 +27,7 @@ module Buildr #:nodoc:
#
# Gem.win_platform? only checks these RUBY_PLATFORM global,
# that in some cases like when running on JRuby is not
- # succifient for our purpose:
+ # sufficient for our purpose:
#
# For JRuby, the value for RUBY_PLATFORM will always be 'java'
# That's why this function checks on Config::CONFIG['host_os']