changeset 271:0d809e72b357

spelling fixes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 Jun 2010 19:32:39 +0200
parents 408c66ecdad4
children a83e86e3f580
files pylons_app/templates/changelog/changelog.html pylons_app/templates/changeset/changeset.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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								
--- a/pylons_app/templates/changeset/changeset.html	Mon Jun 07 23:26:21 2010 +0200
+++ b/pylons_app/templates/changeset/changeset.html	Tue Jun 08 19:32:39 2010 +0200
@@ -46,7 +46,7 @@
 				</div>
 				%endif						
 				%for p_cs in reversed(c.changeset.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