diff --git a/.cspell-project-words.txt b/.cspell-project-words.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ab0942488dc8cb1415b7ae83c598e4b146440496
--- /dev/null
+++ b/.cspell-project-words.txt
@@ -0,0 +1,17 @@
+authmap
+authmodules
+ctools
+externalauth
+notset
+Passsword
+pensing
+prlp
+SLOC
+SSWOOOORD
+Taeqz
+testpass
+testpassword
+testuser
+Ugoq
+Zvoiw
+Zxcvbn
diff --git a/tests/modules/password_policy_test/password_policy_test.module b/tests/modules/password_policy_test/password_policy_test.module
index cedc9deab31ac806e5437af710fe74697e9c4aba..2b20058cf20416c680a97117cdb83dc73464f12c 100644
--- a/tests/modules/password_policy_test/password_policy_test.module
+++ b/tests/modules/password_policy_test/password_policy_test.module
@@ -11,7 +11,7 @@ use Drupal\Core\Form\FormStateInterface;
  * Implements hook_form_FORM_ID_alter().
  */
 function password_policy_test_form_user_form_alter(&$form, FormStateInterface $form_state, $form_id) {
-  // Hide the password field if a test requires it. This mimicks functionality
+  // Hide the password field if a test requires it. This mimics functionality
   // offered by modules that offer optional external authentication methods,
   // such as the CAS and LDAP modules. They will hide the password field if the
   // user is authenticated externally.