From 30377f154f4e03d9f313e4c8b7134c59dcc64a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slobodan=20Mi=C5=A1kovi=C4=87?= Date: Wed, 12 Sep 2018 12:10:07 -0700 Subject: [PATCH] Fix spelling descrive -> describe --- src/lolwut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lolwut.c b/src/lolwut.c index d5881dc9..3669277e 100644 --- a/src/lolwut.c +++ b/src/lolwut.c @@ -138,7 +138,7 @@ void lwDrawLine(lwCanvas *canvas, int x1, int y1, int x2, int y2, int color) { * points of the square. In order to rotate the square, we just start with * k = PI/4 + rotation_angle, and we are done. * - * Of course the vanilla equations above will descrive the square inside a + * Of course the vanilla equations above will describe the square inside a * circle of radius 1, so in order to draw larger squares we'll have to * multiply the obtained coordinates, and then translate them. However this * is much simpler than implementing the abstract concept of 2D shape and then