[PATCH] gnu: Fix spelling in home-xdg-mime-applications-service-type.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

Nicolas Graves wrote 5 months ago
(address . guix-patches@gnu.org)(name . Nicolas Graves)(address . ngraves@ngraves.fr)
20240928212843.29336-1-ngraves@ngraves.fr
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(-)

Toggle diff (15 lines)
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)))))
--
2.46.0
Hilton Chain wrote 5 months ago
(name . Nicolas Graves)(address . ngraves@ngraves.fr)(address . 73536-done@debbugs.gnu.org)
87bk06jzel.wl-hako@ultrarare.space
Hi Nicolas,

On Sun, 29 Sep 2024 05:28:41 +0800,
Nicolas Graves via Guix-patches via wrote:
Toggle quote (7 lines)
>
> 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73536@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73536
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help