Skip to content

Commit fad5973

Browse files
committed
spelling fixes
1 parent e325895 commit fad5973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/dwg/libdxfrw/intern/dwgutil.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void dwgCompressor::decompress18( duint8 *cbuf, duint8 *dbuf, duint32 csize, dui
189189
pos = 0; //current position in compressed buffer
190190
rpos = 0; //current position in resulting decompressed buffer
191191
litCount = litLength18();
192-
//copy first lileral length
192+
//copy first literal length
193193
for ( duint32 i = 0; i < litCount; ++i )
194194
{
195195
bufD[rpos++] = bufC[pos++];

src/app/dwg/libdxfrw/intern/rscodec.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ bool RScodec::encode( unsigned char *data, unsigned char *parity )
412412
evaluating, storing the syndromes in s[i], i=1..2tt (leave s[0] zero) .
413413
Then we use the Berlekamp iteration to find the error location polynomial
414414
elp[i]. If the degree of the elp is >tt, we cannot correct all the errors
415-
and hence just put out the information symbols ian-overridesped. If the degree of
415+
and hence just put out the information symbols unmodified. If the degree of
416416
elp is <=tt, we substitute alpha**i , i=1..n into the elp to get the roots,
417417
hence the inverse roots, the error location numbers. If the number of errors
418418
located does not equal the degree of the elp, we have more than tt errors

0 commit comments

Comments
 (0)