guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 04/04: fix typo in comment


From: Arne Babenhauserheide
Subject: [Guile-commits] 04/04: fix typo in comment
Date: Sat, 12 Oct 2024 08:07:53 -0400 (EDT)

arnebab pushed a commit to branch main
in repository guile.

commit c0bfa3219cb9a0b9f5a0185caa1d8c5b5cd33fd2
Author: Arne Babenhauserheide <arne_bab@web.de>
AuthorDate: Sat Oct 12 14:07:02 2024 +0200

    fix typo in comment
    
    module/ice-9/command-line.scm (compile-shell-switches): fix typo
---
 module/ice-9/command-line.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/ice-9/command-line.scm b/module/ice-9/command-line.scm
index 32a56ad11..8ce24d3b5 100644
--- a/module/ice-9/command-line.scm
+++ b/module/ice-9/command-line.scm
@@ -383,7 +383,7 @@ If FILE begins with `-' the -s switch is mandatory.
             (parse args
                    (cons '(install-r7rs!) out)))
 
-           ((string=? arg "-I")   ; silence diagostics
+           ((string=? arg "-I")   ; silence diagnostics
             (parse args (cons `(current-info-port (%make-void-port "w")) out)))
 
            ((string=? arg "--listen")   ; start a repl server



reply via email to

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