summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-01-25 22:15:22 +0100
committerpgen <p.gen.progs@gmail.com>2021-01-25 22:24:07 +0100
commiteb8bdf67ce2db9b530b747efaa625396ad3cb500 (patch)
tree99e4c2103aa04aa9f3e4f41a04544053aecc58e6 /smenu.h
parent50bd576a0e4b297c19fd366cfc5e1c69092aa29c (diff)
Typoes
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/smenu.h b/smenu.h
index c8904dd..ee48e33 100644
--- a/smenu.h
+++ b/smenu.h
@@ -267,7 +267,7 @@ struct word_s
char * orig; /* NULL or original string if is had been *
* shortened for being displayed or altered *
* by is expansion. */
- char * bitmap; /* used to store the the position of the *
+ char * bitmap; /* used to store the position of the *
* currently searched chars in a word. The *
* objective is to speed their display */
unsigned char is_matching;
@@ -359,8 +359,8 @@ struct output_s
char * output_str; /* The pinned word itself */
};
-/* Structure describing the formating of the automatic direct access entries */
-/* """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
+/* Structure describing the formatting of the automatic direct access entries */
+/* """""""""""""""""""""""""""""""'"""""""""""""""""""""""""""""""""""""""""" */
struct daccess_s
{
da_mode_t mode; /* DA_TYPE_NONE (0), DA_TYPE_AUTO, DA_TYPE_POS */
@@ -372,7 +372,7 @@ struct daccess_s
char padding; /* a: all; i: only included words are padded */
char head; /* What to do with chars before the embedded number */
int length; /* selector size (5 max) */
- int flength; /* 0 or length + 3 (full prefix lengh */
+ int flength; /* 0 or length + 3 (full prefix length */
size_t offset; /* offset to the start of the selector */
char missing; /* y: number missing embedded numbers */
int plus; /* 1 if we can look for the number to extract after *