From bd7712385a86bf4df9c35733c5ae2bb48277590f Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 30 Apr 2012 21:51:35 -0700 Subject: Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'. --- includes/bootstrap.inc | 2 +- includes/form.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') 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; } -- cgit v1.2.3