diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:15:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:15:45 +0000 |
commit | 82038d7312f1985fef25d3f10b4130303012b5ae (patch) | |
tree | 38fb601eef14644f1b7984dffdde85a10755674b /src/if_xcmdsrv.c | |
parent | e34bd1f502a8c91e00dfaa201f788dca5e858994 (diff) | |
download | vim-82038d7312f1985fef25d3f10b4130303012b5ae.zip |
updated for version 7.1b
Diffstat (limited to 'src/if_xcmdsrv.c')
-rw-r--r-- | src/if_xcmdsrv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c index 3774ff421..041ed5a46 100644 --- a/src/if_xcmdsrv.c +++ b/src/if_xcmdsrv.c @@ -1031,8 +1031,8 @@ LookupName(dpy, name, delete, loose) } /* - * Delete any lingering occurences of window id. We promise that any - * occurences is not ours since it is not yet put into the registry (by us) + * Delete any lingering occurrence of window id. We promise that any + * occurrence is not ours since it is not yet put into the registry (by us) * * This is necessary in the following scenario: * 1. There is an old windowid for an exit'ed vim in the registry @@ -1150,7 +1150,7 @@ GetRegProp(dpy, regPropp, numItemsp, domsg) } /* - * This procedure is invoked by the varous X event loops throughout Vims when + * This procedure is invoked by the various X event loops throughout Vims when * a property changes on the communication window. This procedure reads the * property and handles command requests and responses. */ |