From 0cc491f1139d157b7d7d285915c62f186d802791 Mon Sep 17 00:00:00 2001 From: Samuel <92.reader@gmail.com> Date: Thu, 13 Feb 2020 22:20:43 +0900 Subject: [PATCH] fix comment typo --- source/paint/detail/image_jpeg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/paint/detail/image_jpeg.hpp b/source/paint/detail/image_jpeg.hpp index 0b1ecd2c..95522530 100644 --- a/source/paint/detail/image_jpeg.hpp +++ b/source/paint/detail/image_jpeg.hpp @@ -3,7 +3,7 @@ #include "image_pixbuf.hpp" -//Separate the libpng from the package that system provides. +//Separate the libjpeg from the package that system provides. #if defined(NANA_LIBJPEG) #include #else