Skip to content

Commit

Permalink
Fixed typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Dec 14, 2023
1 parent 343aa7f commit 383a511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiwi/iso_tools/xorriso.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def init_iso_creation_parameters(
'isohdpfx.bin', Defaults.get_syslinux_search_paths()
)
if not mbr_file_c:
raise KiwiFileNotFound("isohdpfx.bin not found in the systlinux search paths")
raise KiwiFileNotFound("isohdpfx.bin not found in the syslinux search paths")
mbr_file = mbr_file_c
self.iso_loaders += [
'-boot_image', 'isolinux', 'bin_path={0}'.format(
Expand Down

0 comments on commit 383a511

Please sign in to comment.