summaryrefslogtreecommitdiff
path: root/src/bin/wx/OPJViewer/source
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
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')
-rw-r--r--src/bin/wx/OPJViewer/source/imagjpeg2000.cpp2
-rw-r--r--src/bin/wx/OPJViewer/source/wxj2kparser.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/wx/OPJViewer/source/imagjpeg2000.cpp b/src/bin/wx/OPJViewer/source/imagjpeg2000.cpp
index 9e1ab90d..4eda46ad 100644
--- a/src/bin/wx/OPJViewer/source/imagjpeg2000.cpp
+++ b/src/bin/wx/OPJViewer/source/imagjpeg2000.cpp
@@ -652,7 +652,7 @@ jpeg2000_file_parse(wxInputStream& stream, unsigned long int filepoint,
return (0);
}
-// search first contiguos codestream box in an mj2 file
+// search first contiguous codestream box in an mj2 file
unsigned long int
searchjpeg2000c(wxInputStream& stream, unsigned long int fsize, int number)
{
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,