summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-08-30 20:03:51 +1000
committerMaxime Coste <mawww@kakoune.org>2018-08-30 20:03:51 +1000
commitfcaa4314f7861fd33cfae03f8f10946bd33fd030 (patch)
treef3df1dc67ab725f34b4815ca01ee4ca721ca4653 /src
parentbd34d007d7aa35e970bde57f222971078b4b5cb8 (diff)
parent94a3b8574598ac7a65e0615b4178007d9b779323 (diff)
Merge branch 'patch-1' of https://github.com/John-Colvin/kakoune
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc
index 4db5ee30..c739a051 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -352,7 +352,7 @@ const CommandDesc write_cmd = {
"write",
"w",
"write [-sync] [filename]: write the current buffer to its file "
- "or to [filename] if specified; the underlying file can be"
+ "or to [filename] if specified; the underlying file can be "
"synchronized with the filesystem with the -sync switch",
write_params,
CommandFlags::None,