summaryrefslogtreecommitdiff
path: root/gnu/installer/connman.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-20 21:05:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-21 00:31:15 +0200
commite1f3788944ee154ba9b33c891c4ccf039a1ff39a (patch)
treea98185f486b8a3fe4f281385007e9e086ad0d772 /gnu/installer/connman.scm
parentae144ec797cebf6f00f80177101020e92e8f2c47 (diff)
downloadguix-patches-e1f3788944ee154ba9b33c891c4ccf039a1ff39a.tar
guix-patches-e1f3788944ee154ba9b33c891c4ccf039a1ff39a.tar.gz
installer: Fix docstring typoes.
* gnu/installer/connman.scm (connman-state, run-locale-page) (start-swapping, stop-swapping, run-installer-steps): Fix typo in docstring.
Diffstat (limited to 'gnu/installer/connman.scm')
-rw-r--r--gnu/installer/connman.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/connman.scm b/gnu/installer/connman.scm
index 386f431ced..2f33b58453 100644
--- a/gnu/installer/connman.scm
+++ b/gnu/installer/connman.scm
@@ -180,7 +180,7 @@ Return the corresponding association list of '((KEY . VALUE) (KEY2 . VALUE2)
(define (connman-state)
"Return the state of connman. The nominal states are 'offline, 'idle,
'ready, 'oneline. If an unexpected state is read, 'unknown is
-returned. Finally, an error is raised if the comman output could not be
+returned. Finally, an error is raised if the connman output could not be
parsed, usually because the connman daemon is not responding."
(let* ((output (connman "state"))
(state-keys (parse-keys output)))