Skip to content

Commit

Permalink
sip_ua: Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeerw committed Nov 24, 2017
1 parent dbf29d3 commit d1932d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sip_ua/sip_ua.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* $ ./sip_ua
*
*
* To test otbound calls, invoke with a SIP URI argument.
* sip_will will invite provided URI:
* To test outbound calls, invoke with a SIP URI argument.
* sip_ua will invite provided URI:
*
* $ ./sip_ua sip:[email protected]
*
Expand Down Expand Up @@ -269,7 +269,7 @@ static void exit_handler(void *arg)
}


/* called upon reception of SIGINT, SIGALRM or SIGTERM */
/* called upon reception of SIGINT, SIGALRM or SIGTERM */
static void signal_handler(int sig)
{
re_printf("terminating on signal %d...\n", sig);
Expand Down Expand Up @@ -436,7 +436,7 @@ int main(int argc, char *argv[])
mem_deref(sip);
mem_deref(dnsc);

/* free librar state */
/* free libre state */
libre_close();

/* check for memory leaks */
Expand Down

0 comments on commit d1932d1

Please sign in to comment.