[PATCH] gnu: tarsplitter: fix typo in description

  • Done
  • quality assurance status badge
Details
2 participants
  • Björn Höfling
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
9dcb85a0-2576-6219-1279-d5d1fa2a6363@gmail.com
Hello,

trivial typo fix
From 8f1bb3a18efbd3ea05deda5175ebcca30b2a2d5a Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 26 Apr 2020 23:07:06 +0200
Subject: [PATCH] gnu: tarsplitter: Fix typo in description (spilt/split)

* gnu/packages/compression.scm (tarsplitter)[description]: Fix typo.
---
gnu/packages/compression.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (14 lines)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 8b93cc93dc..18512ee1bc 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2164,6 +2164,6 @@ archiver is not installed.")
(home-page "https://github.com/AQUAOSOTech/tarsplitter")
(synopsis "Multithreaded tar utility")
(description
- "Archive huge numbers of files, or spilt massive tar archives into smaller
+ "Archive huge numbers of files, or split massive tar archives into smaller
chunks.")
(license license:expat)))
--
2.26.0
Björn Höfling wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 40883-done@debbugs.gnu.org)
20200427204450.4d6659a1@alma-ubu
On Sun, 26 Apr 2020 23:10:10 +0200
Vincent Legoll <vincent.legoll@gmail.com> wrote:

Toggle quote (4 lines)
> Hello,
>
> trivial typo fix

Commited as:

bb6d9e26334c93b84553eb273d1540d08fd15852

Thanks,

Björn
-----BEGIN PGP SIGNATURE-----

iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXqcoIgAKCRC/KGy2WT5f
/RiOAJ0bvmEp/y+74rSvHs2GFwYWoZEb0wCfedP90qscDBgs7k7EzKsVTeFUmlg=
=lcMX
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 40883
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