Index: docs/ref/templates/builtins.txt
===================================================================
--- docs/ref/templates/builtins.txt	(revision 9538)
+++ docs/ref/templates/builtins.txt	(working copy)
@@ -254,7 +254,7 @@
 than -- the following::
 
     <ul>
-      {% if althete_list %}
+      {% if athlete_list %}
         {% for athlete in athlete_list %}
           <li>{{ athlete.name }}</li>
         {% endfor %}
