From 6df3e8dc6fd41bce4a5072bc753dd28c032aaff1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 26 Nov 2004 00:18:48 +0000 Subject: Spelling svn-id: r15890 --- sword2/driver/render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2') diff --git a/sword2/driver/render.cpp b/sword2/driver/render.cpp index bd9fba2c64..920dc3580e 100644 --- a/sword2/driver/render.cpp +++ b/sword2/driver/render.cpp @@ -213,7 +213,7 @@ void Graphics::plotPoint(int16 x, int16 y, uint8 colour) { * @param colour colour of the line */ -// Uses Bressnham's incremental algorithm! +// Uses Bresenham's incremental algorithm! void Graphics::drawLine(int16 x0, int16 y0, int16 x1, int16 y1, uint8 colour) { int dxmod, dymod; -- cgit v1.2.3