summaryrefslogtreecommitdiff
path: root/gnu/installer/newt/utils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/installer/newt/utils.scm')
-rw-r--r--gnu/installer/newt/utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt/utils.scm b/gnu/installer/newt/utils.scm
index 1c2ce4e628..dfb113e0c6 100644
--- a/gnu/installer/newt/utils.scm
+++ b/gnu/installer/newt/utils.scm
@@ -30,7 +30,7 @@
(define screen-rows (make-parameter 0))
(define (destroy-form-and-pop form)
- "Destory the given FORM and pop the current window."
+ "Destroy the given FORM and pop the current window."
(destroy-form form)
(pop-window))