diff --git a/gnu/home/services.scm b/gnu/home/services.scm index 5ee33577922..5e3d3dfa8ab 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -181,7 +181,7 @@ If value is @code{#f} variable will be omitted. If value is @code{#t} variable will be just exported. For any other, value variable will be set to the @code{value} and exported." - (define (warn-about-duplicate-defenitions) + (define (warn-about-duplicate-definitions) (fold (lambda (x acc) (when (equal? (car x) (car acc)) @@ -192,7 +192,7 @@ exported." (sort vars (lambda (a b) (string