You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2014/07/28 22:07:58 UTC

svn commit: r1614155 - in /creadur/tentacles/trunk: NOTICE README.mdtext

Author: pottlinger
Date: Mon Jul 28 20:07:58 2014
New Revision: 1614155

URL: http://svn.apache.org/r1614155
Log:
FIxed typos and updated year to 2014.

Modified:
    creadur/tentacles/trunk/NOTICE
    creadur/tentacles/trunk/README.mdtext

Modified: creadur/tentacles/trunk/NOTICE
URL: http://svn.apache.org/viewvc/creadur/tentacles/trunk/NOTICE?rev=1614155&r1=1614154&r2=1614155&view=diff
==============================================================================
--- creadur/tentacles/trunk/NOTICE (original)
+++ creadur/tentacles/trunk/NOTICE Mon Jul 28 20:07:58 2014
@@ -1,5 +1,5 @@
    Apache Tentacles
-   Copyright 2011-2013 The Apache Software Foundation
+   Copyright 2011-2014 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).

Modified: creadur/tentacles/trunk/README.mdtext
URL: http://svn.apache.org/viewvc/creadur/tentacles/trunk/README.mdtext?rev=1614155&r1=1614154&r2=1614155&view=diff
==============================================================================
--- creadur/tentacles/trunk/README.mdtext (original)
+++ creadur/tentacles/trunk/README.mdtext Mon Jul 28 20:07:58 2014
@@ -7,7 +7,7 @@ them and create a little report of what 
 
 Assertions must be enabled.
 
-The tool is not specific to maven and will simply recurssively walk
+The tool is not specific to maven and will simply recursively walk
 the provided URL and download all files matching the following
 pattern:
 
@@ -57,7 +57,7 @@ Will be unpacked at the following locati
     content/foo.zip.contents/README.txt
     content/foo.zip.contents/lib/bar.jar
 
-Unpacking is recurssive, so any binaries contained in foo.zip will
+Unpacking is recursive, so any binaries contained in foo.zip will
 also be unpacked.
 
     content/foo.zip.contents/lib/bar.jar
@@ -92,7 +92,7 @@ the binary.  There will be two sections 
 **Undeclared**
 
 The Declared section lists the single LICENSE file that was supplied
-by the binary itself.  As the tool works recurssively, it will also
+by the binary itself.  As the tool works recursively, it will also
 collect any LICENSE file text from any binaries contained in the
 foo.zip.  Well call these "sub" LICENSES for simplicity.