nckx pushed a commit to branch master
in repository guix.
commit 4f66ae2899c3ba6cd49845e40641ba93b47e0a76
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Wed Sep 19 23:15:10 2018 +0200
gnu: ruby-heredoc-unindent: Fix typo in description.
* gnu/packages/ruby.scm (ruby-heredoc-unindent)[description]: Fix typo.
---
gnu/packages/ruby.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 76e3cee..99ad125 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