summaryrefslogtreecommitdiff
path: root/guix/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'guix/scripts')
-rw-r--r--guix/scripts/lint.scm2
-rw-r--r--guix/scripts/publish.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 6dc5b68f95..8145b2bf91 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -577,7 +577,7 @@ Run a set of checkers on the specified package; if none is specified,
run the checkers on all packages.\n"))
(display (_ "
-c, --checkers=CHECKER1,CHECKER2...
- only run the specificed checkers"))
+ only run the specified checkers"))
(display (_ "
-h, --help display this help and exit"))
(display (_ "
diff --git a/guix/scripts/publish.scm b/guix/scripts/publish.scm
index 8906059f7b..e3bcac8047 100644
--- a/guix/scripts/publish.scm
+++ b/guix/scripts/publish.scm
@@ -333,7 +333,7 @@ blocking."
(lambda (opt name arg result)
(leave (_ "~A: unrecognized option~%") name))
(lambda (arg result)
- (leave (_ "~A: extraneuous argument~%") arg))
+ (leave (_ "~A: extraneous argument~%") arg))
%default-options))
(user (assoc-ref opts 'user))
(port (assoc-ref opts 'port))