From aca11af9033da7cf491262cd15363b1cc52d7bdd Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 17 Jun 2013 01:46:04 -0500 Subject: [PATCH] Issue #2020403 by hardik.patel99 | thedavidmeister: Typo in docblock for template_preprocess_username() 'insure'. --- core/modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/user/user.module b/core/modules/user/user.module index c60e823ae6c..e0ef6e6f8b5 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -726,7 +726,7 @@ function user_template_preprocess_default_variables_alter(&$variables) { /** * Preprocesses variables for theme_username(). * - * Modules that make any changes to variables like 'name' or 'extra' must insure + * Modules that make any changes to variables like 'name' or 'extra' must ensure * that the final string is safe to include directly in the output by using * check_plain() or filter_xss(). *