diff options
author | Marius Bakke <marius@gnu.org> | 2020-10-10 16:56:24 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-10-10 23:39:17 +0200 |
commit | d7fb4199c770c3bd7ce755b1160aa19e9164f148 (patch) | |
tree | 82b994aa08c49ce01b5fc7af8566bdf9e33bb26a /gnu/services | |
parent | 2f702f2d1fd4c962419c5286af980ca802193b58 (diff) | |
download | guix-d7fb4199c770c3bd7ce755b1160aa19e9164f148.tar.gz |
services: ganeti: Fix typo.
* gnu/services/ganeti.scm (ganeti-luxid-service-type)[description]: Fix typo.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/ganeti.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/ganeti.scm b/gnu/services/ganeti.scm index e2a2ec63e1..d87db5b9ac 100644 --- a/gnu/services/ganeti.scm +++ b/gnu/services/ganeti.scm @@ -430,7 +430,7 @@ appropriate requests to this daemon."))) (description "@command{ganeti-luxid} is a daemon used to answer queries related to the configuration and the current live state of a Ganeti cluster. -Additionally, it is the autorative daemon for the Ganeti job queue. Jobs can +Additionally, it is the authorative daemon for the Ganeti job queue. Jobs can be submitted via this daemon and it schedules and starts them."))) (define-record-type* <ganeti-rapi-configuration> |