diff --git a/socialmedia.module b/socialmedia.module
index 8f1d278..1fd6c14 100644
--- a/socialmedia.module
+++ b/socialmedia.module
@@ -379,7 +379,7 @@ function socialmedia_widgets_set_form_alter(&$form, $set) {
   $form['socialmedia']['profile_context'] = array(
     '#type' => 'radios',
     '#title' => t('Profile context'),
-    '#description' => t('Both site and user level social media profiles can be enabed. This option sets which types of profiles to use for the this widget set.'),
+    '#description' => t('Both site and user level social media profiles can be enabled. This option sets which types of profiles to use for the this widget set.'),
     '#options' => $options,
     '#default_value' => isset($data['socialmedia']['profile_context']) ? $data['socialmedia']['profile_context'] : 'usersite',
   );
