aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-06-16 11:37:14 +0200
committerlaforge <laforge@osmocom.org>2021-06-16 20:31:58 +0000
commitb6fd8edae979af945942fbfe009757dd7f7794da (patch)
tree8aa43bb07f51114dbafd38a4f95c3b0447a099ea
parentd1b0716242227c9fffb00f02d075f1b218a807e5 (diff)
control_cmd: fix typo
-rw-r--r--src/ctrl/control_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctrl/control_cmd.c b/src/ctrl/control_cmd.c
index 753e6cc8..e67df67e 100644
--- a/src/ctrl/control_cmd.c
+++ b/src/ctrl/control_cmd.c
@@ -207,7 +207,7 @@ failure:
}
/*! Install a given command definition at a given CTRL node.
- * \param[in] node CTRL node at whihc \a cmd is to be installed
+ * \param[in] node CTRL node at which \a cmd is to be installed
* \param[in] cmd command definition to be installed
* \returns 0 on success; negative on error */
int ctrl_cmd_install(enum ctrl_node_type node, struct ctrl_cmd_element *cmd)