diff mbox series

[bug#73536] gnu: Fix spelling in home-xdg-mime-applications-service-type.

Message ID 20240928212843.29336-1-ngraves@ngraves.fr
State New
Headers show
Series [bug#73536] gnu: Fix spelling in home-xdg-mime-applications-service-type. | expand

Commit Message

Nicolas Graves Sept. 28, 2024, 9:28 p.m. UTC
gnu/home/services/xdg.scm (home-xdg-mime-applications-xdg-files): Fix
spelling mistake.
---
 gnu/home/services/xdg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Hilton Chain Sept. 29, 2024, 2:41 p.m. UTC | #1
Hi Nicolas,

On Sun, 29 Sep 2024 05:28:41 +0800,
Nicolas Graves via Guix-patches via wrote:
> 
> gnu/home/services/xdg.scm (home-xdg-mime-applications-xdg-files): Fix
> spelling mistake.
> ---
>  gnu/home/services/xdg.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied as 6fb05e77e7c5f8849514e25ce3c3fee3edb20f79, thanks!
diff mbox series

Patch

diff --git a/gnu/home/services/xdg.scm b/gnu/home/services/xdg.scm
index 958772696b..872db6902a 100644
--- a/gnu/home/services/xdg.scm
+++ b/gnu/home/services/xdg.scm
@@ -476,7 +476,7 @@  (define (add-xdg-desktop-entry-file entry)
 (define (home-xdg-mime-applications-xdg-files config)
   `(("mimeapps.list"
      ,(mixed-text-file
-       "xdg-mime-appplications"
+       "xdg-mime-applications"
        (serialize-configuration
         config
         home-xdg-mime-applications-configuration-fields)))))