diff --git a/booking.emails.inc b/booking.emails.inc index 74e7ab3..5a015cc 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -391,7 +391,7 @@ function _booking_promoted_from_waitinglist_email($nid) { } if ($tokens['payment-required'] == 0) { - watchdog('booking_debug', 'This person has fully paid so sending Not sending promoted-from-waitinglist-fullypaid email.'); + watchdog('booking_debug', 'This person has fully paid so sending promoted-from-waitinglist-fullypaid email.'); $message_body = variable_get('booking_email_waitinglistpromotion_fullypaid'); } else { diff --git a/booking.module b/booking.module index ee48187..8eadb84 100644 --- a/booking.module +++ b/booking.module @@ -788,7 +788,7 @@ function booking_menu() { if (variable_get('booking_enable_html_mail', 0) == 1) { $items['admin/config/booking/mailtemplate'] = array( 'title' => 'Booking module HTML email', - 'description' => 'Configure the look of HTMl emails for the Booking module', + 'description' => 'Configure the look of HTML emails for the Booking module', 'page callback' => 'drupal_get_form', 'page arguments' => array('booking_mailtemplate_form'), 'access arguments' => array('access administration pages'),