From 675e84a77efcfa059762c0fb29c6824ba794c5ec Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 5 Jul 2026 16:59:47 +0200 Subject: services: Fix typo. * gnu/services/base.scm (nwg-hello-configuration): Fix typo. * doc/guix.texi: Modify accordingly. Change-Id: I64d91588773978d45d8df3562ef4dde900da9bf0 --- gnu/services/base.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/services') diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 0e4f6233311..8653fb244f5 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -4090,10 +4090,10 @@ elements of the list result in @code{#t} when applying PRED? on them." (string "loginctl poweroff") "Command to run when shutting down the device.") (gtk-theme - (string "Advaita") + (string "Adwaita") "GTK theme to use.") (icon-theme - (string "Advaita") + (string "Adwaita") "Icon theme to use.") (cursor-theme (string "Adwaita") -- cgit v1.2.3