diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2022-02-22 17:01:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 22:01:28 +0000 |
commit | 2b8e6958f40ef36c1508118ac36a43694283a83c (patch) | |
tree | fa9a9b6843546bdb297b00bc78b83ab4c318f724 /src/libutil/shingles.h | |
parent | 85faeb34719e2b0898d319b02416f669d70f4562 (diff) | |
download | rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.tar.gz rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.zip |
Spelling (#4086)
[Rework] Massive spelling fix from @jsoref
Diffstat (limited to 'src/libutil/shingles.h')
-rw-r--r-- | src/libutil/shingles.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/shingles.h b/src/libutil/shingles.h index 2b2af9737..691e59897 100644 --- a/src/libutil/shingles.h +++ b/src/libutil/shingles.h @@ -50,7 +50,7 @@ typedef guint64 (*rspamd_shingles_filter) (guint64 *input, gsize count, * if needed * @param input array of `rspamd_fstring_t` * @param key secret key used to generate shingles - * @param pool pool to allocate shigles array + * @param pool pool to allocate shingles array * @param filter hashes filtering function * @param filterd opaque data for filtering function * @return shingles array @@ -66,7 +66,7 @@ struct rspamd_shingle *rspamd_shingles_from_text (GArray *input, * Generate shingles from the DCT matrix of an image * @param dct discrete cosine transfor matrix (must be 64x64) * @param key secret key used to generate shingles - * @param pool pool to allocate shigles array + * @param pool pool to allocate shingles array * @param filter hashes filtering function * @param filterd opaque data for filtering function * @return shingles array |