File: spelling-error-in-manpage

package info (click to toggle)
libconstant-generate-perl 0.17-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 465; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Corrections for spelling-error-in-manpage lintian warning
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://rt.cpan.org/Ticket/Display.html?id=113114
Last-Update: 2016-03-17
---
--- a/lib/Constant/Generate.pm
+++ b/lib/Constant/Generate.pm
@@ -577,7 +577,7 @@
 Figuring out the right exporter parameters is quite hairy,
 and the export options can natually be a bit tricky.
 
-In order to succesfully export symbols made by this module, you must specify
+In order to successfully export symbols made by this module, you must specify
 either C<export_ok> or C<export> as hash options to C<import>. These correspond
 to the like-named variables documented by L<Exporter>.