[gnome-builder/wip/vim] vim: fix some typos in comments.



commit 9c4deb488f27db0ff1c350f0f1394e9edef61e5b
Author: Christian Hergert <christian hergert me>
Date:   Tue Sep 30 01:38:15 2014 -0700

    vim: fix some typos in comments.

 src/editor/gb-editor-vim.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/editor/gb-editor-vim.c b/src/editor/gb-editor-vim.c
index 0b9bbc4..f74b7f0 100644
--- a/src/editor/gb-editor-vim.c
+++ b/src/editor/gb-editor-vim.c
@@ -793,10 +793,10 @@ gb_editor_vim_paste (GbEditorVim *vim)
        *
        * We needed to keep the trailing \n in the text so that we know when
        * we are selecting whole lines. We also need to insert a new line
-       * manually based on the context. Further more, we need to remove the
+       * manually based on the context. Furthermore, we need to remove the
        * trailing line since we already added one.
        *
-       * Terriby annoying, but the result is something that feels very nice,
+       * Terribly annoying, but the result is something that feels very nice,
        * just like VIM.
        */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]