mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: home: services: Fix typo.
* gnu/home/services/utils.scm: Fix spelling of "anything".
This commit is contained in:
parent
6edfcf3e90
commit
e149853845
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ (define-module (gnu home services utils)
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue