services: admin: Fix typo
parent
a5ea07f4ae
commit
a62a3377f3
|
@ -80,7 +80,7 @@ without arguments.")
|
||||||
(setenv
|
(setenv
|
||||||
maybe-assoc-list
|
maybe-assoc-list
|
||||||
"Keep or set the specified variables. Variables may also be removed by
|
"Keep or set the specified variables. Variables may also be removed by
|
||||||
setting them to #f. If the ifrs character of the value is ‘$’ then the value
|
setting them to #f. If the first character of the value is ‘$’ then the value
|
||||||
to be set is taken from the existing environment variable with the given name.
|
to be set is taken from the existing environment variable with the given name.
|
||||||
This options is processed after the default environment variable has been
|
This options is processed after the default environment variable has been
|
||||||
created."))
|
created."))
|
||||||
|
|
Loading…
Reference in New Issue