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:
parent
8d21dd7eb8
commit
c0bfa3219c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue