forward port commit 1706314 to trunk using
    svn merge -c1706314 ^/tiles/framework/branches/TILES_3_0_X .


 Documentation spelling errors fixed – https://github.com/apache/tiles/pull/6
contributed by Tim Gifford ( https://github.com/timgifford )


git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/trunk@1706315 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/tutorial/advanced/nesting-extending.apt b/src/site/apt/tutorial/advanced/nesting-extending.apt
index 5f91da2..531e298 100644
--- a/src/site/apt/tutorial/advanced/nesting-extending.apt
+++ b/src/site/apt/tutorial/advanced/nesting-extending.apt
@@ -24,14 +24,14 @@
 Nesting Definitions
 
   Sometimes it is useful to have a structured page with, say, a structured body.
-  Tipically, there is a main layout (for example, the "classic" layout) and the
+  Typically, there is a main layout (for example, the "classic" layout) and the
   body is made of certain number of sections. In this case, nesting a definition
   (the one for the body) inside another definition (the main layout) can be
   useful.
 
 * {Named subdefinitions}
 
-  Tiles supports nesting definitions natively. One way of usng nested definitions
+  Tiles supports nesting definitions natively. One way of using nested definitions
   is creating a named "subdefinition" and using it as an attribute. For example:
 
 ------------------------------------