summaryrefslogtreecommitdiff
path: root/src/bin/wx/OPJViewer/source/wxj2kparser.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2024-02-28 16:49:26 +0100
committerGitHub <noreply@github.com>2024-02-28 16:49:26 +0100
commit1b72e85dc9a2b55c9142a74fb5b93338d59f92f0 (patch)
treeaeeef83ddd4d13eb8d7fffb693bcb0912b9dc0e3 /src/bin/wx/OPJViewer/source/wxj2kparser.cpp
parent7a2773d3bab5c078d19edc7326957e95202a593c (diff)
parent20ad29f497cf1afacb243c0019069ba10a0320bd (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.cpp4
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,