From 69b4ffcfbd6096ff80d968b0f1c061c914568a94 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 23 Jul 2015 09:40:05 +0200 Subject: Fix typos in translatable strings. Reported by Anders Jonsson . * gnu/packages/backup.scm, gnu/packages/databases.scm, gnu/packages/linux.scm, gnu/packages/perl.scm, gnu/packages/web.scm, guix/scripts/lint.scm, guix/scripts/publish.scm: Fix typos in translatable strings. --- guix/scripts/lint.scm | 2 +- guix/scripts/publish.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'guix') 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)) -- cgit v1.2.3