diff options
author | Darrell Anderson <[email protected]> | 2012-04-05 13:21:24 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-05 13:21:24 -0500 |
commit | 6625c0811d572d48342ea9c381d4aa8245ab5bda (patch) | |
tree | 61637dfe1666f2fb42191f34c75cb9c07e3a43e9 /kviewshell | |
parent | 091cd1f6709f80d04585420eb1c80bca04d9e968 (diff) | |
download | tdegraphics-6625c0811d572d48342ea9c381d4aa8245ab5bda.tar.gz tdegraphics-6625c0811d572d48342ea9c381d4aa8245ab5bda.zip |
Fix typos.
Diffstat (limited to 'kviewshell')
-rw-r--r-- | kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp b/kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp index f0185bc8..64be7931 100644 --- a/kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp +++ b/kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp @@ -807,7 +807,7 @@ MMRDecoder::scanrle(const bool invert, const unsigned char **endptr) *p = 0; p++; } } - // Encode lenghts using the RLE format + // Encode lengths using the RLE format for(int a0=0;a0 < width;) { int count = *xr++; |