1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

fix typo in comment

module/ice-9/command-line.scm (compile-shell-switches): fix typo
This commit is contained in:
Arne Babenhauserheide 2024-10-12 14:07:02 +02:00
parent 8d21dd7eb8
commit c0bfa3219c

View file

@ -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