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. --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index df0d9c4d68..48bfbc7747 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1175,7 +1175,7 @@ memory interprocess cache. It is based on Cache::FastMmap.") (home-page "http://search.cpan.org/dist/Catalyst-Plugin-StackTrace") (synopsis "Stack trace on the Catalyst debug screen") (description "This plugin enhances the standard Catalyst debug screen by -including a stack trace of your appliation up to the point where the error +including a stack trace of your application up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number.") (license (package-license perl)))) -- cgit v1.2.3