aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_config.c')
-rw-r--r--pbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 2fc9fcd63..d8f4d6d76 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -191,7 +191,7 @@ static int partial_match(const char *s, const char *word, int len)
return (len == 0 || !strncmp(s, word, len));
}
-/*! \brief split extension@context in two parts, return -1 on error.
+/*! \brief split extension\@context in two parts, return -1 on error.
* The return string is malloc'ed and pointed by *ext
*/
static int split_ec(const char *src, char **ext, char ** const ctx)