diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 12:08:13 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 12:08:13 -0700 |
commit | 5da7a04abddcd9c8805131ff27abbfe2b3f1fd33 (patch) | |
tree | ae4d8fc10f0fc34ccb89065cd18493db10fe741f | |
parent | fa4867cc99edc1a8d98b315034a8843883021a12 (diff) |
build: ruby-build-system: Fix typo.
* guix/build/ruby-build-system: Fix spelling of "invocation".
-rw-r--r-- | guix/build/ruby-build-system.scm | 2 |
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")) |