diff options
Diffstat (limited to 'channels/chan_console.c')
-rw-r--r-- | channels/chan_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_console.c b/channels/chan_console.c index 836895ac0..4be7f92aa 100644 --- a/channels/chan_console.c +++ b/channels/chan_console.c @@ -1372,7 +1372,7 @@ static void destroy_pvts(void) /*! * \brief Load the configuration * \param reload if this was called due to a reload - * \retval 0 succcess + * \retval 0 success * \retval -1 failure */ static int load_config(int reload) |