Author: lacton
Date: Thu Oct 23 14:08:12 2008
New Revision: 707474

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

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

Modified: incubator/buildr/trunk/spec/java/packaging_spec.rb
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/java/packaging_spec.rb?rev=707474&r1=707473&r2=707474&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/java/packaging_spec.rb (original)
+++ incubator/buildr/trunk/spec/java/packaging_spec.rb Thu Oct 23 14:08:12 2008
@@ -709,7 +709,7 @@
     inspect_ear { |files| files.should include('ejb/foo-1.0.jar') }
   end
 
-  it 'should accept component and its type as type=>artiract' do
+  it 'should accept component and its type as type=>artifact' do
     define 'foo', :version=>'1.0' do
       package(:ear).add :ejb=>package(:jar)
     end


Reply via email to