0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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

@@ -47,7 +47,7 @@ static int errorHandler(Display *, XErrorEvent *);
/*
* wsdebug_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.