diff --git a/commons.profile b/commons.profile
index 2fcf916..f7b3c35 100644
--- a/commons.profile
+++ b/commons.profile
@@ -165,7 +165,7 @@ function commons_admin_save_fullname($form_id, &$form_state) {
  */
 function commons_anonymous_welcome_text_form() {
   $form['commons_anonymous_welcome_explanation'] = array(
-    '#markup' => '<h2>' . st('Homepage welcome text') . '</h2>' . st("Below, enter text that will be shown on your community's homeage to help new visitors understand what your community is about and why they should join. The image below shows an example of how this text will appear. You can always change this text later."),
+    '#markup' => '<h2>' . st('Homepage welcome text') . '</h2>' . st("Below, enter text that will be shown on your community's homepage to help new visitors understand what your community is about and why they should join. The image below shows an example of how this text will appear. You can always change this text later."),
     '#weight' => -1,
   );
   $form['commons_anonymous_welcome_example'] = array(
