From 09b96f92a26f205206ea8b8462afbf5ccfab21b3 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 13 Aug 2013 15:49:09 +0000 Subject: [PATCH] .comment typo git-svn-id: svn://ultimatepp.org/upp/trunk@6243 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Draw/ImageOp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Draw/ImageOp.h b/uppsrc/Draw/ImageOp.h index 5e9c46846..4afdd0869 100644 --- a/uppsrc/Draw/ImageOp.h +++ b/uppsrc/Draw/ImageOp.h @@ -189,7 +189,7 @@ Image CachedRescale(const Image& m, Size sz, int filter = Null); Image CachedRescalePaintOnly(const Image& m, Size sz, const Rect& src, int filter = Null); Image CachedRescalePaintOnly(const Image& m, Size sz, int filter = Null); -// Obsolere, replace with RescaleFilter! +// Obsolete, replace with RescaleFilter! Image RescaleBicubic(const Image& src, Size sz, const Rect& src_rc, Gate2 progress = false); Image RescaleBicubic(const Image& img, Size sz, Gate2 progress = false); Image RescaleBicubic(const Image& img, int cx, int cy, Gate2 progress = false);