FIxed typos and updated year to 2014.


git-svn-id: https://svn.apache.org/repos/asf/creadur/tentacles/trunk@1614155 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index 1e407dc..b81a363 100644
--- a/NOTICE
+++ b/NOTICE
@@ -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/).
diff --git a/README.mdtext b/README.mdtext
index b91188b..3f5a445 100644
--- a/README.mdtext
+++ b/README.mdtext
@@ -7,7 +7,7 @@
 
 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 @@
     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 @@
 **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.