From db39bde01d231c721791a5cae9d8d2eb2d8b171c Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Fri, 27 Jan 2017 10:32:53 -0500 Subject: [PATCH] Another typo fix modified: src/nmseffect.c --- src/nmseffect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nmseffect.c b/src/nmseffect.c index 136f164..83ea946 100644 --- a/src/nmseffect.c +++ b/src/nmseffect.c @@ -90,7 +90,7 @@ char nmseffect_exec(char *string) { // Get current row position origRow = nmstermio_get_cursor_row(); - // nms_get_cursor_row() may display output in some terminals. So + // nmstermio_get_cursor_row() may display output in some terminals. So // we need to reposition the cursor to the start of the row. nmstermio_move_cursor(origRow, 0); }