diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-20 21:09:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-21 00:31:15 +0200 |
commit | 5e17ae7fbd38917264627701b73e7f38061402f0 (patch) | |
tree | d302e9267323e309b16b5cc5b76a6cce55153480 /gnu/installer/newt.scm | |
parent | e1f3788944ee154ba9b33c891c4ccf039a1ff39a (diff) |
installer: Rename RUN-PARTIONING-PAGE.
* gnu/installer/newt/partition.scm (run-partioning-page): Rename to
run-partitioning-page. Adjust all callers.
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 a24a152984..fdab721b2f 100644 --- a/gnu/installer/newt.scm +++ b/gnu/installer/newt.scm @@ -107,7 +107,7 @@ problem. The backtrace is displayed below. Please report it by email to \ (run-user-page)) (define (partition-page) - (run-partioning-page)) + (run-partitioning-page)) (define (services-page) (run-services-page)) |