commit | 0536d0975bb9e8e4a8aae693bd79157955a896b1 | [log] [tgz] |
---|---|---|
author | klemens <ka7@github.com> | Sat Jan 28 20:56:56 2017 +0100 |
committer | klemens <ka7@github.com> | Sat Jan 28 20:56:56 2017 +0100 |
tree | 62f6968b24f8ebf9e25ae3a53393b77347144b14 | |
parent | 1391fc4bd5a409e17dfd76251ed4bf37b7951fc0 [diff] [blame] |
spelling fixes
diff --git a/common/rfb/JpegDecompressor.cxx b/common/rfb/JpegDecompressor.cxx index 70a4276..4f94faa 100644 --- a/common/rfb/JpegDecompressor.cxx +++ b/common/rfb/JpegDecompressor.cxx
@@ -43,7 +43,7 @@ static const PixelFormat pfXBGR(32, 24, false, true, 255, 255, 255, 24, 16, 8); // -// Error manager implmentation for the JPEG library +// Error manager implementation for the JPEG library // struct JPEG_ERROR_MGR {