diff --git a/sites/all/modules/smsframework/modules/sms_sendtophone/sms_sendtophone.module b/sites/all/modules/smsframework/modules/sms_sendtophone/sms_sendtophone.module
index d4a01e5..feefe41 100644
--- a/sites/all/modules/smsframework/modules/sms_sendtophone/sms_sendtophone.module
+++ b/sites/all/modules/smsframework/modules/sms_sendtophone/sms_sendtophone.module
@@ -26,7 +26,7 @@ function sms_sendtophone_menu() {
 
   $items['admin/smsframework/sendtophone'] = array(
     'title' => 'Send to phone',
-    'description' => 'Configure send to phone functinality.',
+    'description' => 'Configure send to phone functionality.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('sms_sendtophone_admin_overview'),
     'access arguments' => array('administer smsframework'),
