CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 637b226..cd8ab4b 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -5876,7 +5876,7 @@
 
     <cond>      A set of conditions that must all be true for the variable to
                 actually be set (such as "ifnotempty", "ifgt" ...). See the
-                set-var converter's decription for a full list of possible
+                set-var converter's description for a full list of possible
                 conditions.
 
     <expr>      Is a sample-fetch expression potentially followed by converters.
@@ -6967,7 +6967,7 @@
 
     <cond>      A set of conditions that must all be true for the variable to
                 actually be set (such as "ifnotempty", "ifgt" ...). See the
-                set-var converter's decription for a full list of possible
+                set-var converter's description for a full list of possible
                 conditions.
 
     <expr>      Is a standard HAProxy expression formed by a sample-fetch
@@ -11945,7 +11945,7 @@
 
     <cond>      A set of conditions that must all be true for the variable to
                 actually be set (such as "ifnotempty", "ifgt" ...). See the
-                set-var converter's decription for a full list of possible
+                set-var converter's description for a full list of possible
                 conditions.
 
     <expr>      Is a sample-fetch expression potentially followed by converters.
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)
diff --git a/doc/internals/api/scheduler.txt b/doc/internals/api/scheduler.txt
index 41cd5bc..3469543 100644
--- a/doc/internals/api/scheduler.txt
+++ b/doc/internals/api/scheduler.txt
@@ -189,7 +189,7 @@
 
   - TASK_WOKEN_RES     a resource the task was waiting for was finally made
                        available, allowing the task to continue its work. This
-                       is essentially used by buffers and queues. Applcations
+                       is essentially used by buffers and queues. Applications
                        may carefully use it for their own purpose if they're
                        certain not to rely on existing ones.