From: Bastian Triller Date: Sun, 21 Sep 2025 09:59:48 +0000 (+0200) Subject: Fix some doxygen, typos and whitespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eae91bc317c8a8c1ca7c6311b3cbb2a2310bb60b;p=thirdparty%2Fasterisk.git Fix some doxygen, typos and whitespace --- diff --git a/agi/eagi-sphinx-test.c b/agi/eagi-sphinx-test.c index c7f6997c2d..df712a0956 100644 --- a/agi/eagi-sphinx-test.c +++ b/agi/eagi-sphinx-test.c @@ -12,7 +12,7 @@ * This code is released into public domain * without any warranty of any kind. * - * \ingroup agi + * \ingroup agi */ #include diff --git a/apps/app_dial.c b/apps/app_dial.c index 4e583ab783..78b4a77cc8 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -214,7 +214,7 @@ and start execution at that location. NOTE: Any channel variables you want the called channel to inherit from the caller channel must be prefixed with one or two underbars ('_'). - NOTE: Using this option from a GoSub() might not make sense as there would be no return points. + NOTE: Using this option from a Gosub() might not make sense as there would be no return points.