summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-02-20 22:23:32 +0100
committerpgen <p.gen.progs@gmail.com>2023-02-20 22:27:30 +0100
commit8a95715c3c48e3d0c772862c4b00db530634f1ed (patch)
tree0e16f446b5391b47709bc76a8bf66d3bce1d2449 /smenu.h
parent668c0f96e22255c2b7797ff90a838b512d88e070 (diff)
Correct some comments and typos
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/smenu.h b/smenu.h
index 4394c0d..a758199 100644
--- a/smenu.h
+++ b/smenu.h
@@ -622,10 +622,10 @@ move_right(win_t * win, term_t * term, toggle_t * toggles,
long last_line, char * tmp_word);
int
-find_best_word_upward(long last_word, long s, long e);
+find_best_word_upwards(long last_word, long s, long e);
int
-find_best_word_downward(long last_word, long s, long e);
+find_best_word_downwards(long last_word, long s, long e);
void
move_up(win_t * win, term_t * term, toggle_t * toggles,