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/nbdebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nbdebug.c') diff --git a/src/nbdebug.c b/src/nbdebug.c index c553d2578..7c9768129 100644 --- a/src/nbdebug.c +++ b/src/nbdebug.c @@ -41,7 +41,7 @@ static int errorHandler(Display *, XErrorEvent *); /* * nbdebug_wait - This function can be used to delay or stop execution of vim. - * Its normally used to delay startup while attaching a + * It's normally used to delay startup while attaching a * debugger to a running process. Since workshop starts gvim * from a background process this is the only way to debug * startup problems. -- cgit v1.2.1