core: fix embarrassing typo spotted by Ismo.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 31 May 2013 14:16:55 +0000 (17:16 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 31 May 2013 14:16:55 +0000 (17:16 +0300)
src/core/auth.c

index 7e52f37..5e310cc 100644 (file)
@@ -140,7 +140,7 @@ int mrp_register_authenticator(mrp_context_t *ctx, const char *name,
 }
 
 
-void mrp_unregster_authenticator(mrp_context_t *ctx, const char *name)
+void mrp_unregister_authenticator(mrp_context_t *ctx, const char *name)
 {
     mrp_list_hook_t *backends = ctx ? &ctx->auth : &pending;