Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 3f6e24e

Browse files
committed
Fix typos.
1 parent b125728 commit 3f6e24e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/modules/dosomething/dosomething_global/dosomething_global.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function _dosomething_global_get_regional_roles() {
159159
}
160160

161161
/**
162-
* Returns the user's langauge based on the role.
162+
* Returns the user's language based on the role.
163163
*
164164
* @param Object $user
165165
* Optional - A specified user to check

lib/themes/dosomething/paraneue_dosomething/theme-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function _paraneue_dosomething_theme_settings_user(&$form, $form_state) {
307307
);
308308
$form_user = &$form['user'];
309309

310-
// Validaions.
310+
// Validations.
311311
$form_user['validations'] = array(
312312
'#type' => 'fieldset',
313313
'#title' => t('JS Validations'),

0 commit comments

Comments
 (0)