summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 17:36:55 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:29:52 -0700
commite54af3225d4510573d6f8ac20ef62b5616d24dae (patch)
tree508cde368eecdc1ca6a456216a5d2402cc30c503 /gnu
parent50fceab07ee7f01e82bb4229cad6de8f66d988db (diff)
downloadpatches-e54af3225d4510573d6f8ac20ef62b5616d24dae.tar
patches-e54af3225d4510573d6f8ac20ef62b5616d24dae.tar.gz
gnu: ruby-markaby: Fix typo "Embedded".
* gnu/packages/ruby (ruby-markaby)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ruby.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 934b8ac557..49e0b9fe73 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2468,7 +2468,7 @@ It allows writing tests, checking results and automated testing in Ruby.")
(synopsis "Write HTML pages in pure Ruby")
(description
"Markaby allows writing HTML packages in pure Ruby. This is similar to
-the functionality provided by @acronym{ERB, Embeded Ruby}, but without the
+the functionality provided by @acronym{ERB, Embedded Ruby}, but without the
mixture of HTML and additional ERB syntax.")
(home-page "http://markaby.github.io/")
(license license:expat)))