From 63d779a6b10d2b8d5a92e6ad98e401223a6ca924 Mon Sep 17 00:00:00 2001
From: Brian Moe <bmoe@gravity.phys.uwm.edu>
Date: Wed, 15 Jul 2009 15:34:15 -0500
Subject: [PATCH] Spelling error.  Added "Alpha"

---
 templates/gracedb/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/gracedb/index.html b/templates/gracedb/index.html
index b32415d44..825e1fa80 100644
--- a/templates/gracedb/index.html
+++ b/templates/gracedb/index.html
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block title %}Home{% endblock %}
-{% block heading %}GraceDB &mdash; Overview{% endblock %}
+{% block heading %}GraceDB <em>Alpha</em> &mdash; Overview{% endblock %}
 {% block pageid %}home{% endblock %}
 
 {% block content %}
@@ -19,7 +19,7 @@ You can read about using the service at the
 </div>
 
 <div class="text">
-To receieve email alerts when GraCEDb events are created, sign up
+To receive email alerts when GraCEDb events are created, sign up
 on the <a target="_blank" href="http://listserv.ligo.org/cgi-bin/mailman/listinfo/gracedb">gracedb mailing list</a>.
 </div>
 
-- 
GitLab