aboutsummaryrefslogtreecommitdiffstats
path: root/makeenv.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:44:56 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:44:56 +0100
commitf4c716f0b0b1f3eaa29d7a9de58f5b7e873d089f (patch)
tree2f44a9a0f12c4ce62766c1dfa01968a27c685170 /makeenv.c
parentFix README (diff)
downloadmakeenv-f4c716f0b0b1f3eaa29d7a9de58f5b7e873d089f.tar.gz
makeenv-f4c716f0b0b1f3eaa29d7a9de58f5b7e873d089f.tar.bz2
makeenv-f4c716f0b0b1f3eaa29d7a9de58f5b7e873d089f.tar.xz
fix doc text
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'makeenv.c')
-rw-r--r--makeenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeenv.c b/makeenv.c
index 0c2bdda..2025861 100644
--- a/makeenv.c
+++ b/makeenv.c
@@ -121,7 +121,7 @@ put_option_prefix_dash(const char *s)
/**
* Add all options from a list to the list of options
*
- * @parm s The list of options to add; elements are separated by spaces
+ * @param s The list of options to add; elements are separated by spaces
*/
static void
put_options(char *s)