You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by la...@apache.org on 2008/10/12 19:51:10 UTC

svn commit: r703855 - /incubator/buildr/trunk/spec/packaging/packaging_spec.rb

Author: lacton
Date: Sun Oct 12 10:51:10 2008
New Revision: 703855

URL: http://svn.apache.org/viewvc?rev=703855&view=rev
Log:
Typo

Modified:
    incubator/buildr/trunk/spec/packaging/packaging_spec.rb

Modified: incubator/buildr/trunk/spec/packaging/packaging_spec.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/packaging/packaging_spec.rb?rev=703855&r1=703854&r2=703855&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/packaging/packaging_spec.rb (original)
+++ incubator/buildr/trunk/spec/packaging/packaging_spec.rb Sun Oct 12 10:51:10 2008
@@ -75,7 +75,7 @@
     end
   end
 
-  it 'should default to composed it for nested projects' do
+  it 'should default to composed id for nested projects' do
     define('foo', :version=>'1.0') do
       define 'bar' do
         package(:jar).id.should eql('foo-bar')