summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-06-25 18:37:46 +0200
committerpgen <p.gen.progs@gmail.com>2021-06-25 18:37:46 +0200
commit7fb05b6c232f57865fa58247a036feb7ffc775e2 (patch)
treeb9dca49ca20f2f93e110ecae70fcd8864b9d6e88
parentf5ced88b5ae851a5a64ede9d83640a1108485a4c (diff)
Typos in comments
-rw-r--r--smenu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/smenu.c b/smenu.c
index d014cf4..aefb630 100644
--- a/smenu.c
+++ b/smenu.c
@@ -6485,8 +6485,8 @@ main(int argc, char * argv[])
char * tab_options, *tab_spec_options;
char * tag_options, *tag_spec_options;
- /* Used to check the usablility of the DSR terminal feature. */
- /* """"""""""""""""""""""""""""""""""""""""""""""""""""""""" */
+ /* Used to check if we can get the cursor position in the terminal. */
+ /* """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
int row; /* absolute line position in terminal (1...) */
int col; /* absolute column position in terminal (1...) */
@@ -10929,7 +10929,7 @@ main(int argc, char * argv[])
case '8':
case '9':
/* A digit has been pressed to build a number to be used for */
- /* A direct acces to a words if direct access is enabled. */
+ /* A direct access to a words if direct access is enabled. */
/* """"""""""""""""""""""""""""""""""""""""""""""""""""""""" */
{
if (search_mode == NONE && daccess.mode != DA_TYPE_NONE)