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 --- vis-text-objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-text-objects.c') diff --git a/vis-text-objects.c b/vis-text-objects.c index af9aae2..467c101 100644 --- a/vis-text-objects.c +++ b/vis-text-objects.c @@ -61,7 +61,7 @@ static Filerange object_unpaired(Text *txt, size_t pos, char obj) { text_iterator_byte_prev(&rit, NULL); } - /* if there is no previous occurence on the same line, advance starting position */ + /* if there is no previous occurrence on the same line, advance starting position */ if (!before) { while (text_iterator_byte_get(&it, &c) && c != '\n') { if (c == obj) { -- cgit v1.2.3