aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/main.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/main.ml b/bin/main.ml
index 64ef144..a4df716 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -59,7 +59,7 @@ let envs =
let headlines_cmd =
- let doc = "write notes seperately and compose" in
+ let doc = "write notes separately and compose" in
let author = [ `S Manpage.s_authors; `P "Marc Coquand (mccd.space)" ] in
let bugs =
[ `S Manpage.s_bugs; `P "Email bug reports to ~marcc/stitch-general@lists.sr.ht." ]
@@ -144,8 +144,8 @@ let headlines_cmd =
[ `S "COMMANDS"
; `P ""
; `P
- "You can run arbitrary commands in Stitch. These commands can make use of \
- variable substitutions. Available substitutions are"
+ "You can run arbitrary commands in Stitch. These commands can make use of the \
+ variable substitutions below."
; `I ("%(file)", "Currently selected file")
; `I ("%(line)", "Currently selected content")
]