diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
commit | bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 (patch) | |
tree | ec38b50c99765caed67aaf23db308b17cc407d5f /contrib/libottery | |
parent | 146886df6d250a376b92d1bb615cb93679a7d6e8 (diff) | |
download | rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.tar.gz rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.zip |
[Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
Diffstat (limited to 'contrib/libottery')
-rw-r--r-- | contrib/libottery/ottery-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libottery/ottery-internal.h b/contrib/libottery/ottery-internal.h index 145c5e4a9..2c38a52b0 100644 --- a/contrib/libottery/ottery-internal.h +++ b/contrib/libottery/ottery-internal.h @@ -170,7 +170,7 @@ struct ottery_prf { unsigned output_len; /** Bitmask of CPU flags required to run this PRF. */ uint32_t required_cpucap; - /** Pointer to a function to intialize a state structure for the PRF. + /** Pointer to a function to initialize a state structure for the PRF. * * @param state An object of size at least (state_len) that will * hold the state and any derived values. It must be aligned to |