guix-commits
[Top][All Lists]
Advanced

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

02/02: build: Fix spelling in m4 macros.


From: guix-commits
Subject: 02/02: build: Fix spelling in m4 macros.
Date: Tue, 7 Nov 2023 11:08:08 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 220759226e93d76d8d80058f69f9d8b29714bbde
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 7 16:27:18 2023 +0200

    build: Fix spelling in m4 macros.
    
    * m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Fix spelling of parameter.
    (GUIX_CHECK_FILE_NAME_LIMITS): Fix spelling of maximum.
    
    Change-Id: I93c80441393622a4bc06daa475eee13874cca527
---
 m4/guix.m4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/m4/guix.m4 b/m4/guix.m4
index 147fcc48f4..b93daba5c3 100644
--- a/m4/guix.m4
+++ b/m4/guix.m4
@@ -1,7 +1,7 @@
 dnl GNU Guix --- Functional package management for GNU
 dnl Copyright © 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021 Ludovic 
Courtès <ludo@gnu.org>
 dnl Copyright © 2014 Mark H Weaver <mhw@netris.org>
-dnl Copyright © 2017, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
+dnl Copyright © 2017, 2020, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
 dnl Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
 dnl
 dnl This file is part of GNU Guix.
@@ -128,7 +128,7 @@ dnl GUIX_CHECK_GUILE_SSH
 dnl
 dnl Check whether a recent-enough Guile-SSH is available.
 AC_DEFUN([GUIX_CHECK_GUILE_SSH], [
-  dnl Check whether '#:nodelay' paramater to 'make-session' (introduced in
+  dnl Check whether '#:nodelay' parameter to 'make-session' (introduced in
   dnl 0.13.0) is present.
   AC_CACHE_CHECK([whether Guile-SSH is available and recent enough],
     [guix_cv_have_recent_guile_ssh],
@@ -306,7 +306,7 @@ AC_DEFUN([GUIX_CHECK_FILE_NAME_LIMITS], [
   AC_REQUIRE([GUIX_TEST_HASH_BANG_LENGTH])
 
   if test "$ac_cv_guix_socket_file_name_length" -ge ]SOCKET_FILE_NAME_LIMIT[; 
then
-    AC_MSG_ERROR([socket file name would exceed the maxium allowed length])
+    AC_MSG_ERROR([socket file name would exceed the maximum allowed length])
   fi
   if test "$ac_cv_guix_test_socket_file_name_length" -ge 
]SOCKET_FILE_NAME_LIMIT[; then
     AC_MSG_WARN([socket file name limit may be exceeded when running tests])



reply via email to

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