Subject: | Pod Spelling Errors |
Hi:
In light of your responsiveness, I thought I'd take the time to forward this patch upstream to you. I apologize as this issue is pretty mundane...
There are some spelling errors in your PODs. Apparently this is a big deal to lintian (Debian's package checker), which caught these and issued a few warnings.
I have fixed it like so:
--- a/lib/Devel/NYTProf.pm
+++ b/lib/Devel/NYTProf.pm
@@ -476,7 +476,7 @@
exit 1;
You can also specify which signals to catch in this way by listing them,
-seperated by commas, as the value of the option (case is not significant):
+separated by commas, as the value of the option (case is not significant):
sigexit=int,hup
--- a/lib/Devel/NYTProf/PgPLPerl.pm
+++ b/lib/Devel/NYTProf/PgPLPerl.pm
@@ -68,7 +68,7 @@
=head2 Explicit call to finish_profile needed
Postgres <= 8.4 doesn't execute END blocks when it shuts down, so NYTProf
-doesn't get a chance to terminate the profile cleanly. To get a useable profile
+doesn't get a chance to terminate the profile cleanly. To get a usable profile
you need to explicitly call finish_profile() in your plperl code.
I've submitted a bug report asking for END blocks to be run at shutdown:
--- a/lib/Devel/NYTProf/Reader.pm
+++ b/lib/Devel/NYTProf/Reader.pm
@@ -629,7 +629,7 @@
Basic Parameters:
- Paramter Description
+ Parameter Description
------------ --------------
suffix The file suffix for the output file
header Text printed at the start of the output file
Maybe easier to use is lintian's output:
W: libdevel-nytprof-perl: spelling-error-in-manpage usr/share/man/man3/Devel::NYTProf.3pm.gz seperated separated
N:
N: Lintian found a spelling error in the manpage. Lintian has a list of
N: common misspellings that it looks for. It does not have a dictionary
N: like a spelling checker does.
N:
N: If the string containing the spelling error is translated with the help
N: of gettext (with the help of po4a, for example) or a similar tool,
N: please fix the error in the translations as well as the English text to
N: avoid making the translations fuzzy. With gettext, for example, this
N: means you should also fix the spelling mistake in the corresponding
N: msgids in the *.po files.
N:
N: Severity: normal, Certainty: possible
N:
W: libdevel-nytprof-perl: spelling-error-in-manpage usr/share/man/man3/Devel::NYTProf::PgPLPerl.3pm.gz useable usable
W: libdevel-nytprof-perl: spelling-error-in-manpage usr/share/man/man3/Devel::NYTProf::Reader.3pm.gz Paramter Parameter