diff --git a/govdelivery.drush.inc b/govdelivery.drush.inc
index 90dfca9..1eb9616 100644
--- a/govdelivery.drush.inc
+++ b/govdelivery.drush.inc
@@ -144,7 +144,7 @@ function drush_govdelivery_queue_types() {
  *   The number of messages to send from the queue.
  */
 function drush_govdelivery_send_queue($type = NULL, $bid = NULL, $num = NULL) {
-  $types = drush_govdelievery_queue_types();
+  $types = drush_govdelivery_queue_types();
   if ($type) {
     $choice = $type;
   }
diff --git a/govdelivery.module b/govdelivery.module
index f9482ff..7b65096 100644
--- a/govdelivery.module
+++ b/govdelivery.module
@@ -740,7 +740,7 @@ function govdelivery_send_message($message) {
   $result = drupal_http_request($server . '/messages/email', $options);
   // HTTP code for this?
   if ($result->code == 200 or $result->code == 201) {
-    $send_success = TRUE;
+    $sendsuccess = TRUE;
   }
   else {
     watchdog('govdelivery', 'Exception: Error in sending email: %error', array('%error' => $result->code), WATCHDOG_ERROR);
