From f9064e4c167e65968dc7fbfdabf77ea68d0f3979 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 26 Oct 2008 22:57:32 +0100 Subject: [PATCH] Fix typo in a comment --- src/MacVim/MMVimController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MacVim/MMVimController.m b/src/MacVim/MMVimController.m index a0857ca242..db94b73b40 100644 --- a/src/MacVim/MMVimController.m +++ b/src/MacVim/MMVimController.m @@ -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. */