Correct spelling of sufficient git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1537875 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/a4283e8d Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/a4283e8d Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/a4283e8d Branch: refs/heads/master Commit: a4283e8d31a6292b05602f675f75f4f84b61b73b Parents: 7d18d5f Author: Peter Donald <[email protected]> Authored: Fri Nov 1 09:50:18 2013 +0000 Committer: Peter Donald <[email protected]> Committed: Fri Nov 1 09:50:18 2013 +0000 ---------------------------------------------------------------------- lib/buildr/core/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/a4283e8d/lib/buildr/core/util.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/core/util.rb b/lib/buildr/core/util.rb index d84df7c..b8b83b7 100644 --- a/lib/buildr/core/util.rb +++ b/lib/buildr/core/util.rb @@ -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']
