Skip to content

Commit b95d08a

Browse files
committed
typos
1 parent fc57919 commit b95d08a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/launcher/app.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
(when (nempty? apps)
7070
(ui-root cat_flow (Flow) (:flow_flags +flow_down_fill :cat_name name)
7171
(ui-flow header (:flow_flags +flow_right_fill)
72-
(. (ui-button toggle (:text (if collapsed ">" "v")
72+
(. (ui-button toggle (:text (if collapsed ">" "^")
7373
:color *env_title_col* :font *env_medium_terminal_font*))
7474
:connect +event_toggle)
7575
(ui-title title (:text name :color *env_title_col*)))
@@ -125,7 +125,7 @@
125125
cat_data (. categories :find cat_name)
126126
collapsed (not (. cat_data :find :collapsed)))
127127
(. cat_data :insert :collapsed collapsed)
128-
(def toggle :text (if collapsed ">" "v"))
128+
(def toggle :text (if collapsed ">" "^"))
129129
(. grid :set_flags (if collapsed +view_flag_hidden 0) +view_flag_hidden)
130130

131131
; Recalculate size and update scrollbars after visibility change

cmd/test.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
-h --help: this help info.
99
1010
Simple timing test framework.
11-
11+
1212
To be stable and accurate this should be
1313
run on a single node !
14-
14+
1515
./run_tui.sh -n 1")
1616
))
1717

cmd/wc.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
(if opt_wc " -wc" "")
6868
(if opt_lc " -lc" "")
6969
(if opt_pc " -pc" "")
70-
" " %0)) jobs))))))
70+
" " %0)) jobs))))))

docs/reference/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,10 @@ Usage: test [options]
409409
-h --help: this help info.
410410
411411
Simple timing test framework.
412-
412+
413413
To be stable and accurate this should be
414414
run on a single node !
415-
415+
416416
./run_tui.sh -n 1
417417
```
418418
## time

0 commit comments

Comments
 (0)