diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-04-02 09:46:54 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-04-02 09:46:54 +0200 |
| commit | 9ceac7ea426bf4aceb6aa260d10b83e3c7fe16d3 (patch) | |
| tree | 3904e6552d495efe74f2c4c593fd1debf2bbe049 /vis-text-objects.c | |
| parent | 474365647cc7f65da26301b312e5fdee527c56bf (diff) | |
| download | vis-9ceac7ea426bf4aceb6aa260d10b83e3c7fe16d3.tar.gz vis-9ceac7ea426bf4aceb6aa260d10b83e3c7fe16d3.tar.xz | |
Fix Debian package lintian warnings
https://mentors.debian.net/package/vis
Diffstat (limited to 'vis-text-objects.c')
| -rw-r--r-- | vis-text-objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
