diff -r a7ffd11bb9d2 tests/regressiontests/templates/tests.py
--- a/tests/regressiontests/templates/tests.py	Mon Jul 16 17:29:09 2007 -0500
+++ b/tests/regressiontests/templates/tests.py	Mon Jul 16 22:03:51 2007 -0500
@@ -602,7 +602,7 @@ class Templates(unittest.TestCase):
             # translation of a constant string
             'i18n13': ('{{ _("Page not found") }}', {'LANGUAGE_CODE': 'de'}, 'Seite nicht gefunden'),
 
-            ### HANDLING OF TEMPLATE_TAG_IF_INVALID ###################################
+            ### HANDLING OF TEMPLATE_STRING_IF_INVALID ###################################
 
             'invalidstr01': ('{{ var|default:"Foo" }}', {}, ('Foo','INVALID')),
             'invalidstr02': ('{{ var|default_if_none:"Foo" }}', {}, ('','INVALID')),
