Fix typo in write_cmd's desc

Should be possessive "its".
This commit is contained in:
Nikolaus Wittenstein 2016-10-31 12:42:10 -04:00 committed by GitHub
parent 650a989c1e
commit e7970232d3

View File

@ -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,