diff pylons_app/templates/changelog/changelog.html @ 271:0d809e72b357

spelling fixes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 Jun 2010 19:32:39 +0200
parents 3a1b921ce51c
children 373ddb868bd6
line wrap: on
line diff
--- a/pylons_app/templates/changelog/changelog.html	Mon Jun 07 23:26:21 2010 +0200
+++ b/pylons_app/templates/changelog/changelog.html	Tue Jun 08 19:32:39 2010 +0200
@@ -62,7 +62,7 @@
 							</div>
 							%endif						
 						%for p_cs in reversed(cs.parents):
-							<div class="parent">${_('Parrent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
+							<div class="parent">${_('Parent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
 								h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}
 							</div>
 						%endfor