]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-fts: Remove stray .
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 11 Jul 2023 17:58:07 +0000 (13:58 -0400)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 25 Sep 2023 10:38:50 +0000 (13:38 +0300)
src/lib-fts/fts-tokenizer-generic.c

index be72aa3fa9a814882dcb85e7fbc3244be842f947..1b771bae858f6dfbbef3e71f9efaafc7a01f867e 100644 (file)
@@ -277,7 +277,7 @@ static unsigned char allowed_base64_leaders[] = {
 };
 
 /* skip_base64() works doing lookahead on the data available in the tokenizer
-   buffer, .i.e. it is not able to see "what will come next" to perform more
+   buffer, i.e. it is not able to see "what will come next" to perform more
    extensive matches. This implies that a very long base64 sequence, which is
    split halfway into two different chunks while feeding tokenizer, will be
    matched separately as the trailing part of first buffer and as the leading