repo: run codespell

Run codespell and replace known misspelling.

Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Change-Id: I6bfcf67b27745c98059a433c929af637f9a02d8e
diff --git a/build_helper/build_helper.py b/build_helper/build_helper.py
index 90ea832..3075fe7 100755
--- a/build_helper/build_helper.py
+++ b/build_helper/build_helper.py
@@ -89,7 +89,7 @@
                   user_args.config)
             sys.exit(1)
     else:
-        print("Error: Configuration not specificed")
+        print("Error: Configuration not specified")
         sys.exit(1)
 
     # Build everything
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index 0d7aec1..15e2428 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -86,7 +86,7 @@
     "FPON"         : ("-DCONFIG_TFM_ENABLE_FP=ON "
                       "-DTEST_S_FPU=ON -DTEST_NS_FPU=ON "),
     "LZOFF"        : "-DCONFIG_TFM_LAZY_STACKING=OFF ",
-    # Partiton
+    # Partition
     "PSOFF"        : "-DTFM_PARTITION_PROTECTED_STORAGE=OFF ",
     "PSCLEAR"      : "-DPS_ENCRYPTION=OFF -DPS_ROLLBACK_PROTECTION=OFF",
     "PSLIMIT"      : "-DPS_AES_KEY_USAGE_LIMIT=1000000",
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 81c35b5..1660675 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -1644,7 +1644,7 @@
 if __name__ == '__main__':
     import os
 
-    # Default behavior is to export refference config when called
+    # Default behavior is to export reference config when called
     _dir = os.getcwd()
     from utils import save_json
     for _cname, _cfg in _builtin_configs.items():