diff options
| author | Stefan Weil <sw@weilnetz.de> | 2024-02-28 15:28:51 +0100 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2024-02-28 16:23:43 +0100 |
| commit | 20ad29f497cf1afacb243c0019069ba10a0320bd (patch) | |
| tree | e9d17895b185218ff0fd35750da5d37ee45f4a05 /src/bin/wx/OPJViewer/source/wxj2kparser.cpp | |
| parent | 61309d7f66f6c6d6381c529b84931e9a7531c1b6 (diff) | |
Fix some typos (found by `codespell` and `typos`)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src/bin/wx/OPJViewer/source/wxj2kparser.cpp')
| -rw-r--r-- | src/bin/wx/OPJViewer/source/wxj2kparser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/wx/OPJViewer/source/wxj2kparser.cpp b/src/bin/wx/OPJViewer/source/wxj2kparser.cpp index 7c85d873..1ff7d6b4 100644 --- a/src/bin/wx/OPJViewer/source/wxj2kparser.cpp +++ b/src/bin/wx/OPJViewer/source/wxj2kparser.cpp @@ -845,7 +845,7 @@ void OPJParseThread::ParseJ2KFile(wxFile *m_file, wxFileOffset offset, wxFileOff ); if (cbstyle & 0x04) - text = wxT("Termination on each coding passs"); + text = wxT("Termination on each coding pass"); else text = wxT("No termination on each coding pass"); subcurrid4 = m_tree->AppendItem(subcurrid3, @@ -1064,7 +1064,7 @@ void OPJParseThread::ParseJ2KFile(wxFile *m_file, wxFileOffset offset, wxFileOff ); if (cbstyle & 0x04) - text = wxT("Termination on each coding passs"); + text = wxT("Termination on each coding pass"); else text = wxT("No termination on each coding pass"); subcurrid4 = m_tree->AppendItem(subcurrid3, |
