docs: Fix typos etc

Fix trivial typos, spaces, indentations and other bits in the
documentation.

Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Change-Id: I4aa6ef65a6caeb73862904033fb29e55dee69f2a
diff --git a/docs/design_docs/software/hardware_abstraction_layer.rst b/docs/design_docs/software/hardware_abstraction_layer.rst
index bf70d6c..be06dd3 100644
--- a/docs/design_docs/software/hardware_abstraction_layer.rst
+++ b/docs/design_docs/software/hardware_abstraction_layer.rst
@@ -282,7 +282,7 @@
 Isolation API
 =============
 The :term:`PSA-FF-M` defines three isolation levels and a memory access rule to
-provide diverse levels of securitiy. The isolation API provides the functions to
+provide diverse levels of security. The isolation API provides the functions to
 implement these requirements.
 
 The Isolation API operates on boundaries. A boundary represents a set of
@@ -480,7 +480,7 @@
 **Return Values**
 
 - ``TFM_HAL_SUCCESS`` - the isolation boundary has been set up.
-- ``TFM_HAL_ERROR_GENERIC`` - failed to set upthe isolation boundary.
+- ``TFM_HAL_ERROR_GENERIC`` - failed to set up the isolation boundary.
 
 tfm_hal_memory_check()
 ^^^^^^^^^^^^^^^^^^^^^^
@@ -916,6 +916,6 @@
 
 --------------
 
-*Copyright (c) 2020-2022, Arm Limited. All rights reserved.*
+*Copyright (c) 2020-2024, Arm Limited. All rights reserved.*
 *Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company)
 or an affiliate of Cypress Semiconductor Corporation. All rights reserved.*