services: admin: Fix typo

pull/1/head
Luis Guilherme Coelho 2023-11-25 12:53:52 -03:00
parent a5ea07f4ae
commit a62a3377f3
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 1 deletions

View File

@ -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."))