diff --git a/linkimagefield_widget.inc b/linkimagefield_widget.inc
index ab0704f..8c23ea9 100644
--- a/linkimagefield_widget.inc
+++ b/linkimagefield_widget.inc
@@ -134,7 +134,7 @@ function linkimagefield_widget_process($element, $edit, &$form_state, $form) {
   $element = imagefield_widget_process($element, $edit, $form_state, $form);
 
   // add some help text, telling user the URL field will be viewable after the file is supplied 
-  $element['upload']['#description'] = t('Once an Image is uploaded, you will ba able to supply a URL for the link.') . '<br />' . $element['upload']['#description'];
+  $element['upload']['#description'] = t('Once an Image is uploaded, you will be able to supply a URL for the link.') . '<br />' . $element['upload']['#description'];
    
   $field = content_fields($element['#field_name'], $element['#type_name']);
   $element['#theme'] = 'linkimagefield_widget_item';
