From 445f10c6f47337d543bf53c2aae307df7a008a1f Mon Sep 17 00:00:00 2001
From: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Date: Mon, 8 Nov 2021 13:47:38 +0200
Subject: [PATCH] Typo fixes

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
---
 source/chapter2-uefi.rst     | 2 +-
 source/chapter3-fwupdate.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/chapter2-uefi.rst b/source/chapter2-uefi.rst
index d885240..4ba8779 100644
--- a/source/chapter2-uefi.rst
+++ b/source/chapter2-uefi.rst
@@ -29,7 +29,7 @@ ESRT
 
 [UEFI]_ defines the System Resource Table (ESRT) ยง 23.4 - EFI System Resource Table.
 
-Each entry in the ESRT describes a device or system firmware resource that can be targeted i
+Each entry in the ESRT describes a device or system firmware resource that can be targeted
 by a firmware capsule update. Each entry in the ESRT will also be used to report status of the
 last attempted update.
 
diff --git a/source/chapter3-fwupdate.rst b/source/chapter3-fwupdate.rst
index 0d9db24..5ce5fb0 100644
--- a/source/chapter3-fwupdate.rst
+++ b/source/chapter3-fwupdate.rst
@@ -115,7 +115,7 @@ Post-capsule install reboot success
 #. OS boots
 #. OS inspects the information in the ESRT
 #. OS performs an image acceptance test for any un-accepted image
-#. If all image tests pass correctly the OS exists the FW update procedure
+#. If all image tests pass correctly the OS exits the FW update procedure
 #. OS install the image acceptance capsule when all acceptance tests pass
 #. Firmware processes the image acceptance capsule and updates the boot bank
 #. Rollback counter updates
-- 
GitLab