guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: capnproto: Fix typo in phase name.


From: guix-commits
Subject: 03/05: gnu: capnproto: Fix typo in phase name.
Date: Mon, 21 Jun 2021 12:45:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 885d05acb9339f860f03efe41b44b8cf4fe9d987
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 21 14:34:55 2021 +0200

    gnu: capnproto: Fix typo in phase name.
    
    * gnu/packages/serialization.scm (capnproto)[arguments]: Rename the
    'use-tmp-for-tempory-files phase to 'use-tmp-for-temporary-files.
---
 gnu/packages/serialization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 7ea25b8..8f292ae 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -424,9 +424,9 @@ it a convenient format to store user input files.")
              ;; /etc/services, which is not present in build environment.
              (substitute* "src/kj/async-io-test.c++" ((":http") ":80"))
              #t))
-         (add-before 'check 'use-tmp-for-tempory-files
+         (add-before 'check 'use-tmp-for-temporary-files
            (lambda _
-             ;; Use /tmp for tempory files, as the default /var/tmp directory
+             ;; Use /tmp for temporary files, as the default /var/tmp directory
              ;; doesn't exist.
              (substitute* "src/kj/filesystem-disk-test.c++"
                (("VAR\\_TMP \"/var/tmp\"")



reply via email to

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