summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-07-07 15:49:22 +0200
committerLeif Johansson <leifj@sunet.se>2010-07-07 15:49:22 +0200
commit648f18d2d8e1e4d0791d11204ced8566f30eaa9e (patch)
treef2f031c3ea7e722f542eaae7739472e59774cad1
parent8e00889fa34467dfecad1cf52acbb67de154a6cf (diff)
spello
-rw-r--r--templates/apps/userprofile/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html
index 072760f..d769f6b 100644
--- a/templates/apps/userprofile/home.html
+++ b/templates/apps/userprofile/home.html
@@ -17,7 +17,7 @@ $(function() {
<div id="m{{m.id}}" class="{{m.status}}">
<h3 style="padding-left: 20px;">{{m.name.shortname}}</h3>
<div>
- You hae been a member of {{m.name.shortname}} since {{m.timecreated}}<br/>
+ You have been a member of {{m.name.shortname}} since {{m.timecreated}}<br/>
<div>{{m.name.description}}</div></br>
<a href="/name/id/{{m.name.id}}">More details about {{m.name.shortname}}...</a>
</div>