summaryrefslogtreecommitdiff
path: root/src/workshop.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-25 21:45:05 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-25 21:45:05 +0200
commit9af418427652562384744648d7d173a4bfebba95 (patch)
tree90d781691e7112ad8b3acd73d0fea202b558db80 /src/workshop.c
parent20eeb6129d12a5d073ee949043de73242a36976c (diff)
downloadvim-git-9af418427652562384744648d7d173a4bfebba95.tar.gz
patch 8.0.0012v8.0.0012
Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes #1088)
Diffstat (limited to 'src/workshop.c')
-rw-r--r--src/workshop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/workshop.c b/src/workshop.c
index c1a31981d..0b9774fa5 100644
--- a/src/workshop.c
+++ b/src/workshop.c
@@ -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).
*/