CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes
diff --git a/doc/internals/api/list.txt b/doc/internals/api/list.txt
index aa85f73..d03cf03 100644
--- a/doc/internals/api/list.txt
+++ b/doc/internals/api/list.txt
@@ -108,7 +108,7 @@
         function or macro since it's used only once.
 
 LIST_ISEMPTY(l)
-        Check if the list head <l> is empty (=initialied) or not, and return
+        Check if the list head <l> is empty (=initialized) or not, and return
         non-zero only if so.
 
 LIST_INLIST(e)