guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: build: ruby-build-system: Fix typo.


From: guix-commits
Subject: 01/01: build: ruby-build-system: Fix typo.
Date: Mon, 23 Sep 2019 15:09:09 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 5da7a04abddcd9c8805131ff27abbfe2b3f1fd33
Author: Vagrant Cascadian <address@hidden>
Date:   Mon Sep 23 12:08:13 2019 -0700

    build: ruby-build-system: Fix typo.
    
    * guix/build/ruby-build-system: Fix spelling of "invocation".
---
 guix/build/ruby-build-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/ruby-build-system.scm b/guix/build/ruby-build-system.scm
index 63c9476..c957a61 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]