1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-11 14:12:09 +03:00

Fix message typo

This commit is contained in:
Jim Tittsler 2021-01-01 15:15:27 +09:00
parent 669899d571
commit a7fb4c042a

View File

@ -456,7 +456,7 @@ const CommandDesc force_edit_cmd = {
const ParameterDesc write_params{
{
{ "sync", { false, "force the synchronization of the file onto the filesystem" } },
{ "method", { true, "explicite writemethod (replace|overwrite)" } },
{ "method", { true, "explicit writemethod (replace|overwrite)" } },
},
ParameterDesc::Flags::SwitchesOnlyAtStart, 0, 1
};