From: Heinrich Schuchardt Date: Thu, 20 Feb 2025 10:00:13 +0000 (+0100) Subject: scripts: typos in event_dump.py X-Git-Tag: v2025.04-rc5~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ac91756ad9124a607af81fda1eafc436934ad4a;p=thirdparty%2Fu-boot.git scripts: typos in event_dump.py %s/even spies/event spies/ %s/EFL/ELF/ Signed-off-by: Heinrich Schuchardt --- diff --git a/scripts/event_dump.py b/scripts/event_dump.py index 24dfe2bda91..61bb3a8eb92 100755 --- a/scripts/event_dump.py +++ b/scripts/event_dump.py @@ -107,7 +107,7 @@ def main(argv): Args: argv (list of str): List of program arguments, excluding arvg[0] """ - epilog = 'Show a list of even spies in a U-Boot EFL file' + epilog = 'Show a list of event spies in a U-Boot ELF file' parser = ArgumentParser(epilog=epilog) parser.add_argument('elf', type=str, help='ELF file to decode') parser.add_argument('-e', '--endian', type=str, default='auto',