Fixes typo

This commit is contained in:
Sema
2013-04-27 19:59:05 +04:00
parent 536ea37d1f
commit da635ba7ca
+1 -1
View File
@@ -37,7 +37,7 @@ more complex ``expressions`` there too:
{% if kenny.sick %}
Kenny is sick.
{% elseif kenny.dead %}
You killed Kenny! You bastard!!!
You killed Kenny! You bastard!!!
{% else %}
Kenny looks okay --- so far
{% endif %}