diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-04-30 21:51:35 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-04-30 21:51:35 -0700 |
commit | bd7712385a86bf4df9c35733c5ae2bb48277590f (patch) | |
tree | 7ebde89ea41f658065a80c57c7d0f5a4e08bfe26 /includes | |
parent | f6c660169c90c755bf0868c8e65d45c6113aa164 (diff) | |
download | brdo-bd7712385a86bf4df9c35733c5ae2bb48277590f.tar.gz brdo-bd7712385a86bf4df9c35733c5ae2bb48277590f.tar.bz2 |
Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 2 | ||||
-rw-r--r-- | includes/form.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index fead4c684..6ebfffee6 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -279,7 +279,7 @@ define('DRUPAL_PHP_FUNCTION_PATTERN', '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*' * means that assigning an offset via arrayAccess will only apply while the * object is in scope and will not be written back to the persistent cache. * This follows a similar pattern to static vs. persistent caching in - * procedural code. Extending classes may wish to alter this behaviour, for + * procedural code. Extending classes may wish to alter this behavior, for * example by overriding offsetSet() and adding an automatic call to persist(). * * @see SchemaCache diff --git a/includes/form.inc b/includes/form.inc index 201e1470f..3ef32ab41 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -3318,7 +3318,7 @@ function form_process_tableselect($element) { $value = is_array($element['#value']) ? $element['#value'] : array(); } else { - // Advanced selection behaviour make no sense for radios. + // Advanced selection behavior makes no sense for radios. $element['#js_select'] = FALSE; } |