aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-19 23:15:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-20 04:17:03 +0200
commit4f66ae2899c3ba6cd49845e40641ba93b47e0a76 (patch)
tree9b261ee64d55f36d0a1578efa9a8164aee5f6414
parent7616d75fd68b3a0af3861c3f86e82d3ae7fb7677 (diff)
downloadguix-4f66ae2899c3ba6cd49845e40641ba93b47e0a76.tar
guix-4f66ae2899c3ba6cd49845e40641ba93b47e0a76.tar.gz
gnu: ruby-heredoc-unindent: Fix typo in description.
* gnu/packages/ruby.scm (ruby-heredoc-unindent)[description]: Fix typo.
-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 76e3cee81e..99ad125e3c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5873,7 +5873,7 @@ hashes more powerful.")
(synopsis "Heredoc indentation cleaner")
(description "This gem removes common margin from indented strings, such
as the ones produced by indented heredocs. In other words, it strips out
-leading whitespace chars at the beggining of each line, but only as much as
+leading whitespace chars at the beginning of each line, but only as much as
the line with the smallest margin.
It is acknowledged that many strings defined by heredocs are just code and