Fix typo in a comment

This commit is contained in:
Bjorn Winckler
2008-10-26 22:57:32 +01:00
parent 69c156faf4
commit f9064e4c16
+1 -1
View File
@@ -18,7 +18,7 @@
*
* Output from the backend is received in processCommandQueue:. Input is sent
* to the backend via sendMessage:data: or addVimInput:. The latter allows
* execution of arbitrary stings in the Vim process, much like the Vim script
* execution of arbitrary strings in the Vim process, much like the Vim script
* function remote_send() does. The messages that may be passed between
* frontend and backend are defined in an enum in MacVim.h.
*/