diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 20:08:08 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 21:10:54 -0700 |
commit | 7db4dc60045082b79ea288573d8492a6e5d5903c (patch) | |
tree | 32035385a59dd8c6abc96494015360d83e86c899 /gnu | |
parent | 19c2c9f0bf1ff54079ce0c8f97e28803299d10d8 (diff) |
gnu: ganeti-luxid-service-type: Fix typo.
* gnu/services/ganeti (ganeti-luxid-service-type)[description]: Fix spelling
of "authoritative".
Diffstat (limited to 'gnu')
-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 d87db5b9ac..0a34ea6a5e 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 authorative daemon for the Ganeti job queue. Jobs can +Additionally, it is the authoritative 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> |