diff --git a/src/plugin_defaulttarget.c b/src/plugin_defaulttarget.c index 91503f8..f55ea68 100644 --- a/src/plugin_defaulttarget.c +++ b/src/plugin_defaulttarget.c @@ -133,7 +133,7 @@ int plugin_process(int stage, sip_ticket_t *ticket){ return sts; } - /* Catch the ACK following the rediredct */ + /* Catch the ACK following the redirect */ if ((ticket->direction == DIRTYP_UNKNOWN) && (MSG_IS_REQUEST(ticket->sipmsg)) && (MSG_IS_ACK(ticket->sipmsg))) { diff --git a/src/plugins.h b/src/plugins.h index 0f36671..5f4347a 100644 --- a/src/plugins.h +++ b/src/plugins.h @@ -48,7 +48,7 @@ typedef struct { void *next; /* link to next plugin element, NULL if last */ int api_version; /* API version that PLUGIN uses */ - char *name; /* Plugn name */ + char *name; /* Plugin name */ char *desc; /* Description */ int exe_mask; /* bitmask for activation of different processing stages during SIP processing that a plugin wants