Fix a bunch of typos (#2693)

fix a bunch of types in man pages, docs, tools, tests, src and examples.
diff --git a/tools/tcpaccept.py b/tools/tcpaccept.py
index 914d518..7c10420 100755
--- a/tools/tcpaccept.py
+++ b/tools/tcpaccept.py
@@ -82,7 +82,7 @@
 #
 # The following code uses kprobes to instrument inet_csk_accept().
 # On Linux 4.16 and later, we could use sock:inet_sock_set_state
-# tracepoint for efficency, but it may output wrong PIDs. This is
+# tracepoint for efficiency, but it may output wrong PIDs. This is
 # because sock:inet_sock_set_state may run outside of process context.
 # Hence, we stick to kprobes until we find a proper solution.
 #