diff options
Diffstat (limited to 'gnu/installer/newt.scm')
-rw-r--r-- | gnu/installer/newt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm index 1fe710340f..521668a3b2 100644 --- a/gnu/installer/newt.scm +++ b/gnu/installer/newt.scm @@ -65,7 +65,7 @@ (define (exit-error error) ;; Newt may be suspended in the context of the "install-system" - ;; procedure. Resume it unconditionnally. + ;; procedure. Resume it unconditionally. (newt-resume) (newt-set-color COLORSET-ROOT "white" "red") (define action |