aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/replay-dump.py
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:33:18 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-08 13:08:52 +0300
commitd30b5bc95a9406b4125a35defba3a953358215cb (patch)
treefba8ad36200874135937066f812dab0f78f96c0c /scripts/replay-dump.py
parentinclude/: spelling fixes (diff)
downloadqemu-d30b5bc95a9406b4125a35defba3a953358215cb.tar.xz
qemu-d30b5bc95a9406b4125a35defba3a953358215cb.zip
scripts/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'scripts/replay-dump.py')
-rwxr-xr-xscripts/replay-dump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py
index 3ba97a6d30..b89dc29555 100755
--- a/scripts/replay-dump.py
+++ b/scripts/replay-dump.py
@@ -111,7 +111,7 @@ def print_event(eid, name, string=None, event_count=None):
# Decoders for each event type
def decode_unimp(eid, name, _unused_dumpfile):
- "Unimplimented decoder, will trigger exit"
+ "Unimplemented decoder, will trigger exit"
print("%s not handled - will now stop" % (name))
return False