From c04417b47712e1d495c29ca478f5d7503a36426e Mon Sep 17 00:00:00 2001 From: "Eliel C. Sardanons" <eliels@gmail.com> Date: Sun, 28 Dec 2008 15:36:25 +0000 Subject: [PATCH] Fix a typo in the XML documentation of the AUDIOHOOK_INHERIT dialplan function. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166823 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_audiohookinherit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/func_audiohookinherit.c b/funcs/func_audiohookinherit.c index d837462bfe..7f623693d1 100644 --- a/funcs/func_audiohookinherit.c +++ b/funcs/func_audiohookinherit.c @@ -40,7 +40,7 @@ <function name = "AUDIOHOOK_INHERIT" language="en_US"> <synopsis> Set whether an audiohook may be inherited to another channel - </snopsis> + </synopsis> <syntax> <parameter name="source" required="true"> <para>The built-in sources in Asterisk are</para> -- GitLab