]> source.dussan.org Git - rspamd.git/commitdiff
typo: supercede
authorViktor Szépe <viktor@szepe.net>
Tue, 14 Nov 2017 20:34:07 +0000 (21:34 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 20:34:07 +0000 (21:34 +0100)
contrib/zstd/zstd.h

index ddb284299d8c4d7f34d642c141e12c1c12b415e4..158d75afb21ea2f05784882e4446a531d2bc4d7f 100644 (file)
@@ -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".