gnu: home: services: Fix typo.
* gnu/home/services/utils.scm: Fix spelling of "anything".master
parent
6edfcf3e90
commit
e149853845
|
@ -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
|
||||
|
|
Reference in New Issue