From cf33e360c666748bd398796b736c449b4b36ec1c Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 9 Oct 2023 11:55:11 -0700 Subject: [PATCH] spellcheck update --- edk2toollib/uefi/edk2/path_utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edk2toollib/uefi/edk2/path_utilities.py b/edk2toollib/uefi/edk2/path_utilities.py index 9f2c56abb..8a8c19f4b 100644 --- a/edk2toollib/uefi/edk2/path_utilities.py +++ b/edk2toollib/uefi/edk2/path_utilities.py @@ -119,7 +119,7 @@ def __init__(self, ws: str, package_path_list: Iterable[str], self.logger.log( logging.DEBUG, f"[{str(package)}] and [{str(comp_package)}] are nested. Nested packages are not allowed " - "and may result in incorrect converions from absolute path to edk2 package path relative " + "and may result in incorrect conversions from absolute path to edk2 package path relative " "paths." )