diff options
| author | Ivan Oleynikov <ivan.oleynikov95@gmail.com> | 2018-12-08 18:59:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-08 18:59:13 +0300 |
| commit | 48249ea818684eafa848233db92bb5e859752f3a (patch) | |
| tree | 99bddfd42385f256a79d059bd12d85511a452054 /src | |
| parent | a4f830f143e625710f6cc5f9dd63965b66ad0989 (diff) | |
Very minor grammar fix
Probably, the extra «s» at the end of «exist» was added accidentally. A verb after «does not» in Present Simple definitely shouldn't have this extra «s».
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
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" } }, |
