From 16d6fc70bfbc47ccf1b3410c3762830ad09f1fc5 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 24 Jul 2019 13:42:21 -0400 Subject: small typo fixup in triage tool --- python/examples/triage/sections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples') diff --git a/python/examples/triage/sections.py b/python/examples/triage/sections.py index d0e3a3bf..69ac8868 100644 --- a/python/examples/triage/sections.py +++ b/python/examples/triage/sections.py @@ -112,7 +112,7 @@ class SectionsWidget(QWidget): if section.semantics == SectionSemantics.ReadOnlyCodeSectionSemantics: semantics = "Code" elif section.semantics == SectionSemantics.ReadOnlyDataSectionSemantics: - semantics = "Ready-only Data" + semantics = "Read-only Data" elif section.semantics == SectionSemantics.ReadWriteDataSectionSemantics: semantics = "Writable Data" -- cgit v1.3.1