diff options
Diffstat (limited to 'gnu/installer/newt/timezone.scm')
-rw-r--r-- | gnu/installer/newt/timezone.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/installer/newt/timezone.scm b/gnu/installer/newt/timezone.scm index 6c96ee55b1..c94301a659 100644 --- a/gnu/installer/newt/timezone.scm +++ b/gnu/installer/newt/timezone.scm @@ -30,7 +30,7 @@ #:use-module (newt) #:export (run-timezone-page)) -;; Heigth of the listbox displaying timezones. +;; Height of the listbox displaying timezones. (define timezone-listbox-heigth (make-parameter 20)) ;; Information textbox width. @@ -53,7 +53,7 @@ returned." (define (run-page timezone-tree) (define (loop path) - (let ((timezones (locate-childrens timezone-tree path))) + (let ((timezones (locate-children timezone-tree path))) (run-listbox-selection-page #:title (G_ "Timezone") #:info-text (G_ "Please select a timezone.") |