1
0
forked from aniani/vim

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

@@ -71,7 +71,7 @@ static Boolean workshopHotKeysEnabled = False;
/*
* The following enum is from <gp_dbx/gp_dbx_common.h>. We can't include it
* here because its C++.
* here because it's C++.
*/
enum
{
@@ -1752,7 +1752,7 @@ setDollarVim(
* directory. This is a Sun Visual WorkShop requirement!
*
* Note: We override a user's $VIM because it won't have the
* WorkShop specific files. S/he may not like this but its
* WorkShop specific files. S/he may not like this but it's
* better than getting the wrong files (especially as the
* user is likely to have $VIM set to 5.4 or later).
*/