aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:33:25 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:33:25 +0100
commitb10b405e3dd0c63febeb12376c96a3fac462af4a (patch)
tree5d06b160f5c0926c030bfea13d4a0e6cd3a0ef7c
parentab74b87dc3596ed23d886f62194730dfe853e853 (diff)
main: Fix spelling of terminate
-rw-r--r--ell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell/main.c b/ell/main.c
index 1c34bc30..1d591810 100644
--- a/ell/main.c
+++ b/ell/main.c
@@ -568,7 +568,7 @@ LIB_EXPORT bool l_main_exit(void)
/**
* l_main_quit:
*
- * Teminate the running main loop
+ * Terminate the running main loop
*
* Returns: #true when terminating the main loop or #false in case of failure
**/