vagrantc pushed a commit to branch master
in repository guix.
commit e1498538459f366e97eb96e92067391b163b00b4
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sun Nov 14 17:35:30 2021 -0800
gnu: home: services: Fix typo.
* gnu/home/services/utils.scm: Fix spelling of "anything".
---
gnu/home/services/utils.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/home/services/utils.scm b/gnu/home/services/utils.scm
index cea75ee..3ce32f8 100644
--- a/gnu/home/services/utils.scm
+++ b/gnu/home/services/utils.scm
@@ -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