mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fix mis-spelling of the word registered.
Reported by De_Mon on #asterisk-dev. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@175921 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3256,7 +3256,7 @@ static int handle_show_application(int fd, int argc, char *argv[])
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
/*! \brief handle_show_hints: CLI support for listing registred dial plan hints */
|
||||
/*! \brief handle_show_hints: CLI support for listing registered dial plan hints */
|
||||
static int handle_show_hints(int fd, int argc, char *argv[])
|
||||
{
|
||||
struct ast_hint *hint;
|
||||
@@ -3288,7 +3288,7 @@ static int handle_show_hints(int fd, int argc, char *argv[])
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
/*! \brief handle_show_switches: CLI support for listing registred dial plan switches */
|
||||
/*! \brief handle_show_switches: CLI support for listing registered dial plan switches */
|
||||
static int handle_show_switches(int fd, int argc, char *argv[])
|
||||
{
|
||||
struct ast_switch *sw;
|
||||
|
Reference in New Issue
Block a user