From: Viktor Szépe Date: Tue, 14 Nov 2017 20:34:07 +0000 (+0100) Subject: typo: supercede X-Git-Tag: 1.7.0~432^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ca56ad823203e86636ab9ed9bf9267e7e834986;p=thirdparty%2Frspamd.git typo: supercede --- diff --git a/contrib/zstd/zstd.h b/contrib/zstd/zstd.h index ddb284299d..158d75afb2 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".