diff options
| author | Jordan Wiens <github@psifertex.com> | 2019-07-24 13:42:21 -0400 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2019-07-24 13:42:21 -0400 |
| commit | 16d6fc70bfbc47ccf1b3410c3762830ad09f1fc5 (patch) | |
| tree | 6c80926eba5f7fd6a6109d75f726ed1a186d9d77 /python/examples/triage/sections.py | |
| parent | 4538fd8e7dfa4259fc3e460c54a6ccb13ca71349 (diff) | |
small typo fixup in triage tool
Diffstat (limited to 'python/examples/triage/sections.py')
| -rw-r--r-- | python/examples/triage/sections.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
