commit 78b4ed6497d63c4c68811368d398993321b03ee4
parent 1487be50709421cd8c87d0dbd1e6fefabc59ed9c
Author: lostd <lostd@2f30.org>
Date: Thu, 22 May 2014 13:59:09 +0300
Fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nausea.c b/nausea.c
@@ -45,7 +45,7 @@ static void draw_wave(struct frame *fr);
static void (* draw)(struct frame *fr) = draw_spectrum;
/* We assume the screen is 100 pixels in the y direction.
- * To follow the curses convetion (0, 0) is in the top left
+ * To follow the curses convention (0, 0) is in the top left
* corner of the screen. The `min' and `max' values correspond
* to percentages. To illustrate this the [0, 20) range gives
* the top 20% of the screen to the color red. These values