mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 09:07:19 +03:00
Fix typo in write_cmd's desc
Should be possessive "its".
This commit is contained in:
parent
650a989c1e
commit
e7970232d3
@ -324,7 +324,7 @@ void write_buffer(const ParametersParser& parser, Context& context, const ShellC
|
||||
const CommandDesc write_cmd = {
|
||||
"write",
|
||||
"w",
|
||||
"write [filename]: write the current buffer to it's file "
|
||||
"write [filename]: write the current buffer to its file "
|
||||
"or to [filename] if specified",
|
||||
single_optional_name_param,
|
||||
CommandFlags::None,
|
||||
|
Loading…
Reference in New Issue
Block a user