1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Fix minor typos in manpages, as pointed out by lintian.
Author: Kenneth J. Pronovici <pronovic@debian.org>
Index: epydoc-3.0.1+dfsg/man/epydoc.1
===================================================================
--- epydoc-3.0.1+dfsg.orig/man/epydoc.1
+++ epydoc-3.0.1+dfsg/man/epydoc.1
@@ -217,7 +217,7 @@ generated documentation. By default, im
.TP
.B \-\-show\-sourcecode, \-\-no\-sourcecode
These options control whether or not epydoc should generate
-syntax-highlighted pages containing the souce code of each module in
+syntax-highlighted pages containing the source code of each module in
the HTML output. By default, the sourcecode pages are generated.
.\" --include-log
.TP
Index: epydoc-3.0.1+dfsg/man/epydocgui.1
===================================================================
--- epydoc-3.0.1+dfsg.orig/man/epydocgui.1
+++ epydoc-3.0.1+dfsg/man/epydocgui.1
@@ -157,7 +157,7 @@ documentation is written directly to the
.\" (this was copied from epydoc.1)
ivided into five categories: import errors; epytext
errors; epytext warnings; field warnings; and inspection errors.
-Whenver epydoc encounters an error, it issues a warning message that
+Whenever epydoc encounters an error, it issues a warning message that
describes the error, and attempts to continue generating
documentation.
.PP
|