From 362cccab7b5bee2b3e0971c79c11b211f84c0e8c Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Wed, 23 Jan 2002 19:45:31 +0000 Subject: [PATCH] Typo in docs: "system geenrated password " > "generated". --- modules/user.module | 2 +- modules/user/user.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/user.module b/modules/user.module index 899901bdaedf..6a86d8bce1d0 100644 --- a/modules/user.module +++ b/modules/user.module @@ -385,7 +385,7 @@ function user_help() { <h4>settings<a name="settings"></a></h4> <p>Administrators may choose to restrict registration to their site. That restriction may be accomplished on this page. Also, the list of words which may be included - in a system geenrated password is also listed on this page. Drupal generates + in a system generated password is also listed on this page. Drupal generates passwords by joining small words from the password list until the new password is greater than 6 characters.</p> <h4>active users - report</h4> diff --git a/modules/user/user.module b/modules/user/user.module index 899901bdaedf..6a86d8bce1d0 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -385,7 +385,7 @@ function user_help() { <h4>settings<a name="settings"></a></h4> <p>Administrators may choose to restrict registration to their site. That restriction may be accomplished on this page. Also, the list of words which may be included - in a system geenrated password is also listed on this page. Drupal generates + in a system generated password is also listed on this page. Drupal generates passwords by joining small words from the password list until the new password is greater than 6 characters.</p> <h4>active users - report</h4> -- GitLab