summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 cf9639fa..a4c99f02 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -293,7 +293,7 @@ void edit(const ParametersParser& parser, Context& context, const ShellContext&)
}
ParameterDesc edit_params{
- { { "existing", { false, "fail if the file does not exists, do not open a new file" } },
+ { { "existing", { false, "fail if the file does not exist, do not open a new file" } },
{ "scratch", { false, "create a scratch buffer, not linked to a file" } },
{ "debug", { false, "create buffer as debug output" } },
{ "fifo", { true, "create a buffer reading its content from a named fifo" } },