From 9ceac7ea426bf4aceb6aa260d10b83e3c7fe16d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 2 Apr 2017 09:46:54 +0200 Subject: Fix Debian package lintian warnings https://mentors.debian.net/package/vis --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 4bdb05c..c8fefaa 100644 --- a/main.c +++ b/main.c @@ -539,12 +539,12 @@ static const KeyAction vis_action[] = { }, [VIS_ACTION_CURSOR_SEARCH_WORD_FORWARD] = { "vis-motion-search-word-forward", - VIS_HELP("Move cursor to next occurence of the word under cursor") + VIS_HELP("Move cursor to next occurrence of the word under cursor") movement, { .i = VIS_MOVE_SEARCH_WORD_FORWARD } }, [VIS_ACTION_CURSOR_SEARCH_WORD_BACKWARD] = { "vis-motion-search-word-backward", - VIS_HELP("Move cursor to previous occurence of the word under cursor") + VIS_HELP("Move cursor to previous occurrence of the word under cursor") movement, { .i = VIS_MOVE_SEARCH_WORD_BACKWARD } }, [VIS_ACTION_WINDOW_PAGE_UP] = { @@ -779,7 +779,7 @@ static const KeyAction vis_action[] = { }, [VIS_ACTION_OPERATOR_FILTER_FMT] = { "vis-operator-filter-format", - VIS_HELP("Formating operator, filter range through fmt(1)") + VIS_HELP("Formatting operator, filter range through fmt(1)") operator_filter, { .s = "|fmt" } }, [VIS_ACTION_COUNT] = { -- cgit v1.2.3