From 9ecdbed0015c0c42dbb4586e841b4e9e45576d09 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Mon, 2 Feb 2009 20:18:03 +0000 Subject: [PATCH] Fix a small spelling error. (closes issue #14375) Reported by: jeremy1 git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@687 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- libpri.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpri.h b/libpri.h index 19b0b29..f749c7d 100644 --- a/libpri.h +++ b/libpri.h @@ -595,7 +595,7 @@ int pri_setup(struct pri *pri, q931_call *call, struct pri_sr *req); /* Set a call has a call indpendent signalling connection (i.e. no bchan) */ int pri_sr_set_connection_call_independent(struct pri_sr *req); -/* Send an MWI indication to a remote location. If activate is non zero, activates, if zero, decativates */ +/* Send an MWI indication to a remote location. If activate is non zero, activates, if zero, deactivates */ int pri_mwi_activate(struct pri *pri, q931_call *c, char *caller, int callerplan, char *callername, int callerpres, char *called, int calledplan); /* Send an MWI deactivate request to a remote location */