[Trivial] Fix typo in efi_utils

Change-Id: I692e045e6bc8683038a2e85a6a132687d2b30f18
This commit is contained in:
Arne Wiebalck 2023-03-15 14:25:42 +01:00
parent 9f09b885bd
commit b32f6c6d94
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def get_partition_path_by_number(device, part_num):
def manage_uefi(device, efi_system_part_uuid=None):
"""Manage the device looking for valid efi bootloaders to update the nvram.
This method checks for valid efi bootloaders in the device, if they exists
This method checks for valid efi bootloaders in the device, if they exist
it updates the nvram using the efibootmgr.
:param device: the device to be checked.