diff --git a/.cspell.txt b/.cspell.txt
index 5ec6ef8e3446c467450b99393b5cf642ca7fc464..6e159c59c4ba5f6a76aef960ef5d39f10a0abfbd 100644
--- a/.cspell.txt
+++ b/.cspell.txt
@@ -1,5 +1,8 @@
 # System
 automodule
+bint
+bools
+bytesarray
 endfor
 endregion
 formset
@@ -11,9 +14,12 @@ kwargs
 htmldjango
 maxdepth
 modindex
+nbytes
+ndim
 pytz
 quickstart
 subpackages
+syspath
 templatetags
 toctree
 undoc
@@ -21,12 +27,17 @@ urlpatterns
 
 # Domain
 asdfasdf
-bint
+deepcopied
+dunder
 dunders
+edgecase
 endmarkers
+freezegun
 hexcode
+itemsize
 laravel
 linenumber
 openpyxl
 sample_const
+suboffsets
 symfony
diff --git a/tests/test_views.py b/tests/test_views.py
index 0a453b8201b71a2ea5107d9644f0790cdb9888f5..5d09059e37f8cb09a393ff6405fa6fe321c4d6b1 100644
--- a/tests/test_views.py
+++ b/tests/test_views.py
@@ -1,4 +1,4 @@
-
+"""Views for testing dd output."""
 import datetime
 import os
 import unittest
@@ -3706,7 +3706,7 @@ class DumpDieViewFunctionTestCase(GenericViewTestCase):
         )
 
     def test_func_with_args_display(self):
-        """Verify dumping a "function" type (with args/kwawrgs) has expected output."""
+        """Verify dumping a "function" type (with args/kwargs) has expected output."""
         self.assertGetResponse(
             self.url,
             expected_title='DD',