X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fextra%2Fm_argon2.cpp;h=9270f0f7a2f255f0dce2917149d7ff46b42c2bbb;hb=6214094a84f33ea80af4dac88dd1b82bd59a0b5c;hp=8a4b2f38ce8bd07df877a30b88592ccc536a5981;hpb=219f8e62623ff0c3002be764c1dbf7201d0293db;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/extra/m_argon2.cpp b/src/modules/extra/m_argon2.cpp index 8a4b2f38c..9270f0f7a 100644 --- a/src/modules/extra/m_argon2.cpp +++ b/src/modules/extra/m_argon2.cpp @@ -47,7 +47,7 @@ class ProviderConfig private: static Argon2_version SanitizeArgon2Version(unsigned long version) { - // Note, 10 is 0x10, and 13 is 0x13. Refering to it as + // Note, 10 is 0x10, and 13 is 0x13. Referring to it as // dec 10 or 13 in the config file, for the name to // match better. switch (version)