--- uc_signup.module	2009-08-02 16:57:22.000000000 -0500
+++ uc_signup2.module	2009-08-02 16:57:32.000000000 -0500
@@ -87,11 +87,11 @@ function uc_signup_attendees_form_emails
     $num = 0;
     $form['instructions'] = array(
       '#type' => 'markup',
-      '#value' => t("Please enter the email address of each attendeee for this event. If an attendee does not have an account on this site, you'll be prompted to enter some information about that attendee."),
+      '#value' => t("Please enter the email address of each attendee for this event. If an attendee does not have an account on this site, you'll be prompted to enter some information about that attendee."),
     );
     $form[$event['nid']] = array(
       '#type' => 'fieldset',
-      '#title' => check_plain($node->title) .' - '. $date_formatted,
+      '#title' => check_plain($node->title) .' - '. check_plain($date_formatted),
       '#collapsible' => TRUE,
       '#collapsed' => FALSE,
       '#tree' => TRUE,
