Fixed a typo
--HG--
branch : trunk
diff --git a/jinja2/environment.py b/jinja2/environment.py
index 7faad26..b044178 100644
--- a/jinja2/environment.py
+++ b/jinja2/environment.py
@@ -407,7 +407,7 @@
If the `parent` parameter is not `None`, :meth:`join_path` is called
to get the real template name before loading.
- The `globals` parameter can be used to provide temlate wide globals.
+ The `globals` parameter can be used to provide template wide globals.
These variables are available in the context at render time.
If the template does not exist a :exc:`TemplateNotFound` exception is