aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2017-11-14 21:34:07 +0100
committerGitHub <noreply@github.com>2017-11-14 21:34:07 +0100
commit6ca56ad823203e86636ab9ed9bf9267e7e834986 (patch)
tree7f246bf651323f377532298473f450e4026d5759 /contrib
parent59d21b7e2549e4ec9c6922ee01ce0e5eb7486763 (diff)
downloadrspamd-6ca56ad823203e86636ab9ed9bf9267e7e834986.tar.gz
rspamd-6ca56ad823203e86636ab9ed9bf9267e7e834986.zip
typo: supercede
Diffstat (limited to 'contrib')
-rw-r--r--contrib/zstd/zstd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/zstd/zstd.h b/contrib/zstd/zstd.h
index ddb284299..158d75afb 100644
--- a/contrib/zstd/zstd.h
+++ b/contrib/zstd/zstd.h
@@ -1071,7 +1071,7 @@ ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void
/*! ZSTD_CCtx_refCDict() :
* Reference a prepared dictionary, to be used for all next compression jobs.
* Note that compression parameters are enforced from within CDict,
- * and supercede any compression parameter previously set within CCtx.
+ * and supersede any compression parameter previously set within CCtx.
* The dictionary will remain valid for future compression jobs using same CCtx.
* @result : 0, or an error code (which can be tested with ZSTD_isError()).
* Special : adding a NULL CDict means "return to no-dictionary mode".