diff options
Diffstat (limited to 'common/rfb/JpegDecompressor.cxx')
-rw-r--r-- | common/rfb/JpegDecompressor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/JpegDecompressor.cxx b/common/rfb/JpegDecompressor.cxx index 70a4276f..4f94faa8 100644 --- a/common/rfb/JpegDecompressor.cxx +++ b/common/rfb/JpegDecompressor.cxx @@ -43,7 +43,7 @@ static const PixelFormat pfXRGB(32, 24, false, true, 255, 255, 255, 8, 16, 24); 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 { |