From 9af418427652562384744648d7d173a4bfebba95 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 25 Sep 2016 21:45:05 +0200 Subject: patch 8.0.0012 Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes #1088) --- src/workshop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/workshop.c') 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 . 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). */ -- cgit v1.2.1