summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2022-01-14 17:49:49 -0800
committerVagrant Cascadian <vagrant@debian.org>2022-01-14 18:23:37 -0800
commit3c43f2b4f54dead73ce19427eb1e364581b7f2e0 (patch)
tree797ad9f4b7d3c2cab22450cf50ace298c0c2d31a
parent604d80bb8d96539ae9161e0fc0e259c1491e5d0d (diff)
downloadguix-patches-3c43f2b4f54dead73ce19427eb1e364581b7f2e0.tar
guix-patches-3c43f2b4f54dead73ce19427eb1e364581b7f2e0.tar.gz
gnu: julia-bioalignments: Fix spelling.
* gnu/packages/julia-xyz.scm (julia-bioalignments)[synopsis,description]: Fix spelling of "alignment".
-rw-r--r--gnu/packages/julia-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index ef1a51d735..e30cf39dc9 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -391,8 +391,8 @@ benchmarks as well as comparing benchmark results.")
julia-biosymbols
julia-intervaltrees))
(home-page "https://github.com/BioJulia/BioAlignments.jl")
- (synopsis "Sequence alignement algorithm and data structures")
- (description "This package provides alignement algorithms and data
+ (synopsis "Sequence alignment algorithm and data structures")
+ (description "This package provides alignment algorithms and data
structures for sequence of DNA, RNA, and amino acid sequences.")
(license license:expat)))