0
0
mirror of https://github.com/vim/vim.git synced 2025-10-13 06:54:15 -04:00

patch 8.0.0012

Problem:    Typos in comments.
Solution:   Change "its" to "it's". (Matthew Brener, closes #1088)
This commit is contained in:
Bram Moolenaar
2016-09-25 21:45:05 +02:00
parent 20eeb6129d
commit 9af4184276
8 changed files with 13 additions and 11 deletions

View File

@@ -6874,7 +6874,7 @@ libcall_common(typval_T *argvars, typval_T *rettv, int type)
return;
#ifdef FEAT_LIBCALL
/* The first two args must be strings, otherwise its meaningless */
/* The first two args must be strings, otherwise it's meaningless */
if (argvars[0].v_type == VAR_STRING && argvars[1].v_type == VAR_STRING)
{
string_in = NULL;