From e7b9e77ba5ab877eb5f8b56da7fe1bf7b0aac3aa Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 9 Aug 2016 15:20:54 +0000 Subject: Fix typos, separate local variables of image scaling algorithms. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11869 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Bitmap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Bitmap.cxx') diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index 4d637548a..c2f5e22c2 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -189,7 +189,7 @@ Fl_Image *Fl_Bitmap::copy(int W, int H) { xstep, ystep; // X & Y step increments - // Figure out Bresenheim step/modulus values... + // Figure out Bresenham step/modulus values... xmod = w() % W; xstep = w() / W; ymod = h() % H; -- cgit v1.2.3