--- contrib/updown_comment.module.orig 2009-01-09 22:17:20.000000000 +1100 +++ contrib/updown_comment.module 2009-01-09 22:17:26.000000000 +1100 @@ -101,7 +101,7 @@ '#title' => t('UpDown widget display'), '#default_value' => variable_get('updown_comment_display_'. $form['#node_type']->type, 'beginning'), '#options' => array( - 'begining' => t('Beginning'), + 'beginning' => t('Beginning'), 'end' => t('End'), 'vars' => t('Add to template vars as $updown (advanced: theme template will handle display)'), 'none' => t('Do not include (advanced: theme or other code will handle display)'),