From 51e3a6576253e68774ff44b1279313ed973c163d Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Fri, 4 Dec 2020 18:37:07 +0800 Subject: [PATCH] [options.scm] typo ref -> list-ref --- libgnucash/app-utils/options.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/app-utils/options.scm b/libgnucash/app-utils/options.scm index f5fe006ba7..d9a0b73d0c 100644 --- a/libgnucash/app-utils/options.scm +++ b/libgnucash/app-utils/options.scm @@ -1103,7 +1103,7 @@ the option '~a'.")) (vector (lambda () (length ok-values)) (lambda (x) (vector-ref (list-ref ok-values x) 0)) (lambda (x) (vector-ref (list-ref ok-values x) 1)) - (lambda (x) (vector-ref (ref ok-values x) 2)) + (lambda (x) (vector-ref (list-ref ok-values x) 2)) (lambda (x) (gnc:multichoice-list-lookup ok-values x))) (lambda () (list-strings ok-values)) #f)))