[gnome-builder] vim: Fix typos
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] vim: Fix typos
- Date: Sun, 5 Oct 2014 03:21:51 +0000 (UTC)
commit d371ead410d2723b79d40914da6a33591f4c9bde
Author: Florian Müllner <fmuellner gnome org>
Date: Sun Oct 5 05:11:52 2014 +0200
vim: Fix typos
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 9ebc25c..6c7f4bd 100644
--- a/src/editor/gb-editor-vim.c
+++ b/src/editor/gb-editor-vim.c
@@ -1145,7 +1145,7 @@ gb_editor_vim_select_line (GbEditorVim *vim)
break;
/*
- * We actually want to select the \n befire the line.
+ * We actually want to select the \n before the line.
*/
if (gtk_text_iter_ends_line (&end))
gtk_text_iter_forward_char (&end);
@@ -1823,7 +1823,7 @@ gb_editor_vim_page_down (GbEditorVim *vim)
rect.x, rect.y + rect.height);
/*
- * rect.y + rect.height is the next line affter the end of the buffer so
+ * rect.y + rect.height is the next line after the end of the buffer so
* now we have to decrease one more.
*/
line = MAX (0, gtk_text_iter_get_line (&iter) - SCROLL_OFF - 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]