diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2024-02-28 16:49:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 16:49:26 +0100 |
| commit | 1b72e85dc9a2b55c9142a74fb5b93338d59f92f0 (patch) | |
| tree | aeeef83ddd4d13eb8d7fffb693bcb0912b9dc0e3 /src/bin/wx/OPJViewer/source/wxj2kparser.cpp | |
| parent | 7a2773d3bab5c078d19edc7326957e95202a593c (diff) | |
| parent | 20ad29f497cf1afacb243c0019069ba10a0320bd (diff) | |
Merge pull request #1517 from stweil/typos
Fix some typos (found by `codespell` and `typos`)
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, |
