fixed typo

This commit is contained in:
Luis Nell
2011-08-11 15:08:01 +03:00
parent 10ecc0e124
commit 42e86af91f

View File

@@ -197,7 +197,7 @@ class Command(NoArgsCommand):
try:
result = node.render(context, forced=True)
except Exception, e:
raise CommandError("An error occured during rending: "
raise CommandError("An error occured during rendering: "
"%s" % e)
cache.set(key, result, settings.COMPRESS_OFFLINE_TIMEOUT)
context.pop()