diff --git a/panels-layouts/zen-no-wrapper/zen_no_wrapper.inc b/panels-layouts/zen-no-wrapper/zen_no_wrapper.inc index e4d04be866b17894b8f684edc0e63d519163b22f..de188dea62905ac47a29110834ee5473ce4a5246 100644 --- a/panels-layouts/zen-no-wrapper/zen_no_wrapper.inc +++ b/panels-layouts/zen-no-wrapper/zen_no_wrapper.inc @@ -29,7 +29,7 @@ function zen_no_wrapper_settings_form(&$display, $layout, $settings) { $form['layout_settings'] = array( '#type' => 'fieldset', '#title' => t('Layout settings'), - '#description' => t('Note: if this setting is used, a wrapper div will be added to accomodate the needed classes.'), + '#description' => t('Note: if this setting is used, a wrapper div will be added to accommodate the needed classes.'), '#collapsible' => TRUE, '#collapsed' => TRUE, );