CLEANUP: assorted typo fixes in the code and comments

This is 22nd iteration of typo fixes
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 375eeda..db78c07 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -6794,7 +6794,7 @@
               follows the HAProxy time format and is expressed in milliseconds.
 
     <bytes>   is optional. It is the minimum payload size to receive to stop to
-              wait. It fallows the HAProxy size format and is expressed in
+              wait. It follows the HAProxy size format and is expressed in
               bytes.
 
   Example:
@@ -7248,7 +7248,7 @@
               follows the HAProxy time format and is expressed in milliseconds.
 
     <bytes>   is optional. It is the minimum payload size to receive to stop to
-              wait. It fallows the HAProxy size format and is expressed in
+              wait. It follows the HAProxy size format and is expressed in
               bytes.
 
   Example:
@@ -12100,7 +12100,7 @@
   "tcp-request content" rules are not evaluated. This upgrade method should be
   preferred to the implicit one consisting to rely on the backend mode. When
   used, it is possible to set HTTP directives in a frontend without any
-  warning. These directives will be conditionnaly evaluated if the HTTP upgrade
+  warning. These directives will be conditionaly evaluated if the HTTP upgrade
   is performed. However, an HTTP backend must still be selected. It remains
   unsupported to route an HTTP connection (upgraded or not) to a TCP server.
 
diff --git a/doc/management.txt b/doc/management.txt
index cee2683..1e79eb7 100644
--- a/doc/management.txt
+++ b/doc/management.txt
@@ -1793,7 +1793,7 @@
   <expression> may only involve "internal" sample fetch keywords and converters
   even though the most likely useful ones will be str('something') or int().
   Note that the command line parser doesn't know about quotes, so any space in
-  the expression must be preceeded by a backslash. This command requires levels
+  the expression must be preceded by a backslash. This command requires levels
   "operator" or "admin". This command is only supported on a CLI connection
   running in experimental mode (see "experimental-mode on").