summaryrefslogtreecommitdiff
path: root/src/bin/wx/OPJViewer
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2024-02-28 15:28:51 +0100
committerStefan Weil <sw@weilnetz.de>2024-02-28 16:23:43 +0100
commit20ad29f497cf1afacb243c0019069ba10a0320bd (patch)
treee9d17895b185218ff0fd35750da5d37ee45f4a05 /src/bin/wx/OPJViewer
parent61309d7f66f6c6d6381c529b84931e9a7531c1b6 (diff)
Fix some typos (found by `codespell` and `typos`)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src/bin/wx/OPJViewer')
-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,