diff --git a/src/core/codestream/ojph_codestream_local.cpp b/src/core/codestream/ojph_codestream_local.cpp index 3bee671..df2f18c 100644 --- a/src/core/codestream/ojph_codestream_local.cpp +++ b/src/core/codestream/ojph_codestream_local.cpp @@ -799,7 +799,7 @@ namespace ojph { skip_marker(file, "CRG", "CRG has been ignored; CRG is related to" " where the Cb and Cr colour components are co-sited or located" " with respect to the Y' luma component. Perhaps, it is better" - " to get the indivdual components and assemble the samples" + " to get the individual components and assemble the samples" " according to your needs", OJPH_MSG_LEVEL::INFO, false); else if (marker_idx == 13) @@ -1195,4 +1195,4 @@ namespace ojph { } } -} \ No newline at end of file +}