summaryrefslogtreecommitdiff
path: root/guix/build
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-09-23 12:08:13 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-09-23 12:08:13 -0700
commit5da7a04abddcd9c8805131ff27abbfe2b3f1fd33 (patch)
treeae4d8fc10f0fc34ccb89065cd18493db10fe741f /guix/build
parentfa4867cc99edc1a8d98b315034a8843883021a12 (diff)
downloadguix-patches-5da7a04abddcd9c8805131ff27abbfe2b3f1fd33.tar
guix-patches-5da7a04abddcd9c8805131ff27abbfe2b3f1fd33.tar.gz
build: ruby-build-system: Fix typo.
* guix/build/ruby-build-system: Fix spelling of "invocation".
Diffstat (limited to 'guix/build')
-rw-r--r--guix/build/ruby-build-system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/ruby-build-system.scm b/guix/build/ruby-build-system.scm
index 63c94765f7..c957a61115 100644
--- a/guix/build/ruby-build-system.scm
+++ b/guix/build/ruby-build-system.scm
@@ -128,7 +128,7 @@ is #f."
(define* (install #:key inputs outputs (gem-flags '())
#:allow-other-keys)
"Install the gem archive SOURCE to the output store item. Additional
-GEM-FLAGS are passed to the 'gem' invokation, if present."
+GEM-FLAGS are passed to the 'gem' invocation, if present."
(let* ((ruby-version
(match:substring (string-match "ruby-(.*)\\.[0-9]$"
(assoc-ref inputs "ruby"))