diff --git a/src/protocol/auth/auth.c b/src/protocol/auth/auth.c index 0788036dd..e8d928aa5 100644 --- a/src/protocol/auth/auth.c +++ b/src/protocol/auth/auth.c @@ -329,7 +329,7 @@ get_invalid_auth_entry(void) } struct module auth_module = struct_module( - /* name: */ "HTTP Authentication", + /* name: */ "Authentication", /* options: */ NULL, /* hooks: */ NULL, /* submodules: */ NULL,