repo: run codespell

Run codespell and replace known misspelling.

Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Change-Id: I6bfcf67b27745c98059a433c929af637f9a02d8e
diff --git a/script/static-checks/check-include-order.py b/script/static-checks/check-include-order.py
index 4b0d19d..04bc72f 100755
--- a/script/static-checks/check-include-order.py
+++ b/script/static-checks/check-include-order.py
@@ -128,8 +128,8 @@
     of the lines variable, marked with [1], is intentional and must come
     after the yield. That's because we must yield the (name, lines) tuple
     after we have found the name of the next section but before we assign the
-    name and start collecting lines. Further, [2] is required to yeild the
-    last block as there will not be a block start delimeter at the end of
+    name and start collecting lines. Further, [2] is required to yield the
+    last block as there will not be a block start delimiter at the end of
     the stream.
     """
     lines = []