mirror of
https://github.com/anope/anope.git
synced 2026-06-28 09:46:38 +02:00
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
This commit is contained in:
@@ -288,8 +288,8 @@ class ESHA256 : public Module
|
||||
else
|
||||
use_iv = false;
|
||||
|
||||
Encryption::IV initilization(this->iv, 8);
|
||||
SHA256Context ctx(&initilization);
|
||||
Encryption::IV initialization(this->iv, 8);
|
||||
SHA256Context ctx(&initialization);
|
||||
ctx.Update(reinterpret_cast<const unsigned char *>(src.c_str()), src.length());
|
||||
ctx.Finalize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user