diff options
Diffstat (limited to 'common/rfb/JpegCompressor.cxx')
-rw-r--r-- | common/rfb/JpegCompressor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/JpegCompressor.cxx b/common/rfb/JpegCompressor.cxx index c8bf8410..27cb9de3 100644 --- a/common/rfb/JpegCompressor.cxx +++ b/common/rfb/JpegCompressor.cxx @@ -42,7 +42,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 { |