From a7fb4c042a211129299222091b3e19389f17b920 Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Fri, 1 Jan 2021 15:15:27 +0900 Subject: [PATCH] Fix message typo --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index 17941932..85e45c4b 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -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 };