From 64e427f2ed9a3ae0d410463d57dac40802fa0569 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 13 Nov 2007 12:41:33 +0000 Subject: [PATCH] Fix a typo in the doc --- cucul/line.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cucul/line.c b/cucul/line.c index d020531..25fff46 100644 --- a/cucul/line.c +++ b/cucul/line.c @@ -71,7 +71,7 @@ int cucul_draw_line(cucul_canvas_t *cv, int x1, int y1, int x2, int y2, /** \brief Draw a polyline. * - * Draw a plyline on the canvas using the given character and coordinate + * Draw a polyline on the canvas using the given character and coordinate * arrays. The first and last points are not connected, hence in order to * draw a polygon you need to specify the starting point at the end of the * list as well.