diff --git a/components/file.inc b/components/file.inc index 160119b..7f46e1c 100644 --- a/components/file.inc +++ b/components/file.inc @@ -127,7 +127,7 @@ function _webform_edit_file($component) { '#type' => 'textfield', '#title' => t('Additional extensions'), '#default_value' => $component['extra']['filtering']['addextensions'], - '#description' => t('Enter a list of additional file extensions for this upload field, seperated by commas.
Entered extensions will be appended to checked items above.'), + '#description' => t('Enter a list of additional file extensions for this upload field, separated by commas.
Entered extensions will be appended to checked items above.'), '#size' => 20, '#weight' => 3, ); diff --git a/components/select.inc b/components/select.inc index 4450dfc..a5f45db 100644 --- a/components/select.inc +++ b/components/select.inc @@ -873,7 +873,7 @@ function _webform_select_options_callback($name, $component, $flat = FALSE, $fil } /** - * Utility function to split user-entered values from new-line seperated + * Utility function to split user-entered values from new-line separated * text into an array of options. * * @param $text diff --git a/includes/webform.report.inc b/includes/webform.report.inc index 6d660e3..89dc1ce 100644 --- a/includes/webform.report.inc +++ b/includes/webform.report.inc @@ -224,7 +224,7 @@ function theme_webform_results_table($variables) { $rows = array(); $cell = array(); - // This header has to be generated seperately so we can add the SQL necessary. + // This header has to be generated separately so we can add the SQL necessary. // to sort the results. $header = theme('webform_results_table_header', array('node' => $node));