summaryrefslogtreecommitdiff
path: root/src/nbdebug.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/nbdebug.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/nbdebug.c')
-rw-r--r--src/nbdebug.c2
1 files changed, 1 insertions, 1 deletions
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.