From e7970232d3c1c5d627d18fd8c888be509aa7c323 Mon Sep 17 00:00:00 2001 From: Nikolaus Wittenstein Date: Mon, 31 Oct 2016 12:42:10 -0400 Subject: [PATCH] Fix typo in write_cmd's desc Should be possessive "its". --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index b5034959..15200999 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -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,