summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-07-08 11:39:14 +0200
committerpgen <p.gen.progs@gmail.com>2018-07-11 22:30:43 +0200
commit48b2acea6f58b05a8042a93cde227e1b05aa6964 (patch)
treec964295c9df6d27b77867f261e23985a36282ddb
parenteb8cd64b9e25c124e2dff7c4d7ff5ea27afc4bd1 (diff)
Typos
-rw-r--r--smenu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/smenu.c b/smenu.c
index 54c4c77..03389f9 100644
--- a/smenu.c
+++ b/smenu.c
@@ -6364,9 +6364,9 @@ main(int argc, char * argv[])
regex_t special_re[5];
int include_visual_only = 0; /* If set to 1, the original word which is *
- * read from stdin will be output even if */
- int exclude_visual_only = 0; /* its visual representation was modified *
- * via -S/-I/-E */
+ * read from stdin will be output even if its */
+ int exclude_visual_only = 0; /* visual representation was modified via *
+ * -S/-I/-E */
ll_t * cols_selector_list = NULL;
char * cols_selector = NULL;