diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-25 21:45:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-25 21:45:05 +0200 |
commit | 9af418427652562384744648d7d173a4bfebba95 (patch) | |
tree | 90d781691e7112ad8b3acd73d0fea202b558db80 /src/netbeans.c | |
parent | 20eeb6129d12a5d073ee949043de73242a36976c (diff) | |
download | vim-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/netbeans.c')
-rw-r--r-- | src/netbeans.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/netbeans.c b/src/netbeans.c index 7ad812dce..cc5560412 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -2156,7 +2156,7 @@ nb_do_cmd( else if (streq((char *)cmd, "save")) { /* - * NOTE - This command is obsolete wrt NetBeans. Its left in + * NOTE - This command is obsolete wrt NetBeans. It's left in * only for historical reasons. */ if (buf == NULL || buf->bufp == NULL) @@ -2242,7 +2242,7 @@ nb_do_cmd( /* * Is this needed? I moved the netbeans_Xt_connect() later during startup - * and it may no longer be necessary. If its not needed then needupdate + * and it may no longer be necessary. If it's not needed then needupdate * and do_update can also be removed. */ if (buf != NULL && buf->initDone && do_update) @@ -2856,7 +2856,7 @@ netbeans_unmodified(buf_T *bufp UNUSED) } /* - * Send a button release event back to netbeans. Its up to netbeans + * Send a button release event back to netbeans. It's up to netbeans * to decide what to do (if anything) with this event. */ void @@ -3453,7 +3453,7 @@ pos2off(buf_T *buf, pos_T *pos) /* - * This message is printed after NetBeans opens a new file. Its + * This message is printed after NetBeans opens a new file. It's * similar to the message readfile() uses, but since NetBeans * doesn't normally call readfile, we do our own. */ |