Merge pull request #12 from krysros/master

Fixed typo
diff --git a/doc/build/defs.rst b/doc/build/defs.rst
index 3c06840..314e9b9 100644
--- a/doc/build/defs.rst
+++ b/doc/build/defs.rst
@@ -216,7 +216,7 @@
 templates.
 
 To achieve this, the target def is invoked using the form
-``<%namepacename:defname>`` instead of the normal ``${}``
+``<%namespacename:defname>`` instead of the normal ``${}``
 syntax. This syntax, introduced in Mako 0.2.3, is functionally
 equivalent to another tag known as ``%call``, which takes the form
 ``<%call expr='namespacename.defname(args)'>``. While ``%call``