summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-07-27 01:59:16 -0300
committerUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-07-27 01:59:16 -0300
commit7a1a8a0eaabbb66dd1082d487b82c3c4cff71e70 (patch)
tree204792cc7dfe74392e5b880071d2233eb32b6299
parentce51d5bf55ee28e99e361980ddfe8b2c8632da16 (diff)
This patch fixes the spelling error.archive/debian/0.208000+dfsg-1
Forwarded: https://github.com/PerlDancer/Dancer2/issues/1513 Last-Update: 2019-07-27 Gbp-Pq: Name spelling.patch
-rw-r--r--lib/Dancer2/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Dancer2/Test.pm b/lib/Dancer2/Test.pm
index 8ea71c38..6ad7621c 100644
--- a/lib/Dancer2/Test.pm
+++ b/lib/Dancer2/Test.pm
@@ -654,7 +654,7 @@ B<DEPRECATED. This module and all the functions listed below are deprecated. Do
not use this module.> The routines provided by this module for testing Dancer2
apps are buggy and unnecessary. Instead, use the L<Plack::Test> module as shown
in the SYNOPSIS above and ignore the functions in this documentation. Consult
-the L<Plack::Test> documenation for further details.
+the L<Plack::Test> documentation for further details.
This module will be removed from the Dancer2 distribution in the near future.
You should migrate all tests that use it over to the L<Plack::Test> module and