Another typo fix

modified:   src/nmseffect.c
This commit is contained in:
Brian Barto 2017-01-27 10:32:53 -05:00
parent 10e2046092
commit db39bde01d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}