gnu: home: services: Fix typo.

* gnu/home/services/utils.scm: Fix spelling of "anything".
This commit is contained in:
Vagrant Cascadian 2021-11-14 17:35:30 -08:00
parent 6edfcf3e90
commit e149853845
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
list->human-readable-list))
(define (maybe-object->string object)
"Like @code{object->string} but don't do anyting if OBJECT already is
"Like @code{object->string} but don't do anything if OBJECT already is
a string."
(if (string? object)
object