]> jfr.im git - irc/atheme/atheme.git/commitdiff
modules/statserv/pwhashes: correct typo
authorAaron Jones <redacted>
Fri, 10 Jan 2020 18:26:14 +0000 (18:26 +0000)
committerAaron Jones <redacted>
Fri, 10 Jan 2020 18:26:14 +0000 (18:26 +0000)
[ci skip]

modules/statserv/pwhashes.c

index f79c7fdb3261023c58de77352a42fc601050a3a5..182d83e7af046f53260a2981c94162cb22c3cfae 100644 (file)
@@ -131,7 +131,7 @@ static void
 ss_cmd_pwhashes_func(struct sourceinfo *const restrict si, const int ATHEME_VATTR_UNUSED parc,
                      char **const restrict parv)
 {
-       (void) logcommand(si, CMDLOG_GET, "PWSTATS");
+       (void) logcommand(si, CMDLOG_GET, "PWHASHES");
 
        unsigned int pwhashes[TYPE_TOTAL_COUNT];