diff options
| author | Olivier Brewaeys <olbrew@users.noreply.github.com> | 2017-05-10 12:17:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-10 12:17:11 +0200 |
| commit | 3f42e45ff6c758cb6fcca476fbcc4763b2c90305 (patch) | |
| tree | c54c13ab3d673e808aa6a2421298771c745e1b12 /src | |
| parent | 9300a981eb20ba302a8cf77675632dd91d12ea31 (diff) | |
Small spelling error fix
John Doe Copyright Waiver
I dedicate any and all copyright interest in this software to the
public domain. I make this dedication for the benefit of the public at
large and to the detriment of my heirs and successors. I intend this
dedication to be an overt act of relinquishment in perpetuity of all
present and future rights to this software under copyright law.
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 355f560d..d9ab5a2e 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -281,7 +281,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" } }, { "scratch", { false, "create a scratch buffer, not linked to a file" } }, - { "debug", { false, "treate buffer as debug output" } }, + { "debug", { false, "create buffer as debug output" } }, { "fifo", { true, "create a buffer reading its content from a named fifo" } }, { "scroll", { false, "place the initial cursor so that the fifo will scroll to show new data" } } }, ParameterDesc::Flags::None, 0, 3 |
