mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
Fix "occurrances" typos in getopt-long code and test
* module/ice-9/getopt-long.scm (process-options, getopt-long): Change to "occurrences". * test-suite/tests/getopt-long.test ("multiple occurrences"): Same again.
This commit is contained in:
parent
af4081e9fd
commit
ec7ea550f2
2 changed files with 3 additions and 3 deletions
|
@ -252,7 +252,7 @@
|
|||
|
||||
)
|
||||
|
||||
(with-test-prefix "multiple occurrances"
|
||||
(with-test-prefix "multiple occurrences"
|
||||
|
||||
(define (test9 . args)
|
||||
(equal? (getopt-long (cons "foo" args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue