diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:44:56 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:44:56 +0100 |
| commit | f4c716f0b0b1f3eaa29d7a9de58f5b7e873d089f (patch) | |
| tree | 2f44a9a0f12c4ce62766c1dfa01968a27c685170 /makeenv.c | |
| parent | Fix README (diff) | |
| download | makeenv-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 '')
| -rw-r--r-- | makeenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
