You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/08/11 21:01:56 UTC

svn commit: r684874 - /incubator/buildr/trunk/rakelib/setup.rake

Author: assaf
Date: Mon Aug 11 12:01:56 2008
New Revision: 684874

URL: http://svn.apache.org/viewvc?rev=684874&view=rev
Log:
Fixed typo in setup task description

Modified:
    incubator/buildr/trunk/rakelib/setup.rake

Modified: incubator/buildr/trunk/rakelib/setup.rake
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/rakelib/setup.rake?rev=684874&r1=684873&r2=684874&view=diff
==============================================================================
--- incubator/buildr/trunk/rakelib/setup.rake (original)
+++ incubator/buildr/trunk/rakelib/setup.rake Mon Aug 11 12:01:56 2008
@@ -51,7 +51,7 @@
 end
 
 # Setup environment for running this Rakefile (RSpec, Docter, etc).
-desc "If you're building from sources, run this task one to setup the necessary dependencies."
+desc "If you're building from sources, run this task first to setup the necessary dependencies."
 missing = spec.dependencies.select { |dep| Gem::SourceIndex.from_installed_gems.search(dep).empty? }
 task 'setup' do
   missing.each do |dep|