diff --git a/nodejs.drush.inc b/nodejs.drush.inc
index a98c7ab..844c161 100644
--- a/nodejs.drush.inc
+++ b/nodejs.drush.inc
@@ -6,7 +6,7 @@
 function nodejs_drush_help($section) {
   switch ($section) {
     case 'drush:broadcast-message':
-     return dt('Broadcast a message to all connected cliets.');
+     return dt('Broadcast a message to all connected clients.');
     case 'drush:user-message':
      return dt('Send a message to a given user.');
     case 'drush:user-message-multiple':
@@ -24,7 +24,7 @@ function nodejs_drush_help($section) {
 function nodejs_drush_command() {
   $items['broadcast-message'] = array(
     'callback' => 'nodejs_broadcast_message',
-    'description' => 'Broadcast a message to all connected cliets.',
+    'description' => 'Broadcast a message to all connected clients.',
     'arguments' => array(
       'subject' => 'The subject of the message to broadcast.',
       'body' => 'The body of message to broadcast.',
