From: Krisztian Litkey Date: Fri, 31 May 2013 14:16:55 +0000 (+0300) Subject: core: fix embarrassing typo spotted by Ismo. X-Git-Tag: submit/2.0alpha/20130612.065148~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1d7f796d681adb16da7ad56c58614a668ee879f;p=profile%2Fivi%2Fmurphy.git core: fix embarrassing typo spotted by Ismo. --- diff --git a/src/core/auth.c b/src/core/auth.c index 7e52f37..5e310cc 100644 --- a/src/core/auth.c +++ b/src/core/auth.c @@ -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;