]> source.dussan.org Git - rspamd.git/commitdiff
Typo : occurence
authorViktor Szépe <viktor@szepe.net>
Tue, 14 Nov 2017 20:35:26 +0000 (21:35 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 20:35:26 +0000 (21:35 +0100)
contrib/zstd/cover.c

index f6500b3d85a9d994a8e0f8ddfce2fb3b7548dfd3..ec7271dba2bb15954ed786ac24e2a618dca20964 100644 (file)
@@ -439,7 +439,7 @@ static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs,
       U32 *delDmerOcc = COVER_map_at(activeDmers, delDmer);
       activeSegment.begin += 1;
       *delDmerOcc -= 1;
-      /* If this is the last occurence of the dmer, subtract its score */
+      /* If this is the last occurrence of the dmer, subtract its score */
       if (*delDmerOcc == 0) {
         COVER_map_remove(activeDmers, delDmer);
         activeSegment.score -= freqs[delDmer];