CLEANUP: assorted typo fixes in the code and comments

This is 25th iteration of typo fixes

(cherry picked from commit 01881087fc0ad9922d6d5833766e30c032da1e1d)
[wt: dropped non-relevant parts]
Signed-off-by: Willy Tarreau <w@1wt.eu>
diff --git a/src/ebmbtree.c b/src/ebmbtree.c
index 4a1bfc5..a3de9a1 100644
--- a/src/ebmbtree.c
+++ b/src/ebmbtree.c
@@ -63,7 +63,7 @@
 
 /* Insert ebmb_node <new> into a prefix subtree starting at node root <root>.
  * Only new->key and new->pfx need be set with the key and its prefix length.
- * Note that bits between <pfx> and <len> are theorically ignored and should be
+ * Note that bits between <pfx> and <len> are theoretically ignored and should be
  * zero, as it is not certain yet that they will always be ignored everywhere
  * (eg in bit compare functions).
  * The ebmb_node is returned.