summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-23 09:40:05 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-23 09:42:23 +0200
commit69b4ffcfbd6096ff80d968b0f1c061c914568a94 (patch)
tree4dab3b7b6c8ebe5d61ae97123056493b06abbb0e /gnu/packages/web.scm
parent4d40227cceedc43b02c93da82149b7e52ac73ff1 (diff)
downloadgnu-guix-69b4ffcfbd6096ff80d968b0f1c061c914568a94.tar
gnu-guix-69b4ffcfbd6096ff80d968b0f1c061c914568a94.tar.gz
Fix typos in translatable strings.
Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>. * 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.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
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))))