aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2022-12-03 20:22:08 +0300
committerlaforge <laforge@osmocom.org>2022-12-04 10:03:13 +0000
commit5b3764281837e8b6661c9cb08ad117decfe0f074 (patch)
treee4100a51daa637d634f3cba37a66bdaa55ac517b /src
parenta840ad5e196de53ea2231beb32ed73296b8a8aca (diff)
vty: fix doc typo
Diffstat (limited to 'src')
-rw-r--r--src/vty/telnet_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/telnet_interface.c b/src/vty/telnet_interface.c
index 374578cb..132cd2e0 100644
--- a/src/vty/telnet_interface.c
+++ b/src/vty/telnet_interface.c
@@ -104,7 +104,7 @@ int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port)
/*! Initializes telnet based VTY interface using the configured bind addr/port.
* \param[in] tall_ctx \ref talloc context
* \param[in] priv private data to be passed to callback
- * \param[in] default_port TCP port number to bind to if not explicitely configured
+ * \param[in] default_port TCP port number to bind to if not explicitly configured
*/
int telnet_init_default(void *tall_ctx, void *priv, int default_port)
{