[libpod-pom-view-restructured-perl] 01/05: Fix spelling errors

Alex Muntada alexm at alexm.org
Sun Dec 11 00:15:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository libpod-pom-view-restructured-perl.

commit d85189b6c4a52a65b4af2a71bd78d00b58e676ea
Author: Alex Muntada <alexm at alexm.org>
Date:   Sun Dec 11 01:03:45 2016 +0100

    Fix spelling errors
---
 debian/patches/hilight-spelling.patch | 84 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 85 insertions(+)

diff --git a/debian/patches/hilight-spelling.patch b/debian/patches/hilight-spelling.patch
new file mode 100644
index 0000000..b28b6c8
--- /dev/null
+++ b/debian/patches/hilight-spelling.patch
@@ -0,0 +1,84 @@
+Description: Fix the spelling of hilight with highlight
+Author: Alex Muntada <alexm at alexm.org>
+Forwarded: no
+
+--- a/README
++++ b/README
+@@ -13,7 +13,7 @@
+ DESCRIPTION
+     This module outputs reStructuredText that is expected to be used with
+     Sphinx. Verbatim sections (indented paragraphs) in the POD will be
+-    output with syntax hilighting for Perl code by default. See "POD
++    output with syntax highlighting for Perl code by default. See "POD
+     commands specifically for reStructuredText" for how to change this for a
+     particular block.
+ 
+@@ -100,9 +100,9 @@
+ 
+   =for pod2rst next-code-block: *lang*
+     This sets up the next verbatim section, i.e., the next indented
+-    paragraph to be hilighted according to the syntax of the
++    paragraph to be highlighted according to the syntax of the
+     programming/markup/config language *lang*. Verbatim sections are assumed
+-    to be Perl code by default. Sphinx uses Pygments to do syntax hilighting
++    to be Perl code by default. Sphinx uses Pygments to do syntax highlighting
+     in these sections, so you can use any value for *lang* that Pygments
+     supports, e.g., Python, C, C++, Javascript, SQL, etc.
+ 
+@@ -116,12 +116,12 @@
+     and building
+ 
+ TODO
+-    code hilighting
++    code highlighting
+         Currently, a verbatim block (indented paragraph) gets output as a
+         Perl code block by default in reStructuredText. There should be an
+         option (e.g., in the constructor) to change the language for
+-        hilighting purposes (for all verbatim blocks), or disable syntax
+-        hilighting and just make it a preformatted paragraph. There is a way
++        highlighting purposes (for all verbatim blocks), or disable syntax
++        highlighting and just make it a preformatted paragraph. There is a way
+         to do this in POD (see "POD commands specifically for
+         reStructuredText"), but there should also be an option in the
+         constructor.
+--- a/lib/Pod/POM/View/Restructured.pm
++++ b/lib/Pod/POM/View/Restructured.pm
+@@ -35,7 +35,7 @@
+ 
+ This module outputs reStructuredText that is expected to be used
+ with Sphinx.  Verbatim sections (indented paragraphs) in the POD
+-will be output with syntax hilighting for Perl code by default.
++will be output with syntax highlighting for Perl code by default.
+ See L</"POD commands specifically for reStructuredText"> for how
+ to change this for a particular block.
+ 
+@@ -628,10 +628,10 @@
+ =head2 =Z<>for pod2rst next-code-block: I<lang>
+ 
+ This sets up the next verbatim section, i.e., the next indented
+-paragraph to be hilighted according to the syntax of the
++paragraph to be highlighted according to the syntax of the
+ programming/markup/config language I<lang>.  Verbatim sections
+ are assumed to be Perl code by default.  Sphinx uses Pygments to
+-do syntax hilighting in these sections, so you can use any value
++do syntax highlighting in these sections, so you can use any value
+ for I<lang> that Pygments supports, e.g., Python, C, C++,
+ Javascript, SQL, etc.
+ 
+@@ -660,13 +660,13 @@
+ 
+ =over 4
+ 
+-=item code hilighting
++=item code highlighting
+ 
+ Currently, a verbatim block (indented paragraph) gets output as a
+ Perl code block by default in reStructuredText. There should be
+ an option (e.g., in the constructor) to change the language for
+-hilighting purposes (for all verbatim blocks), or disable syntax
+-hilighting and just make it a preformatted paragraph.  There is a
++highlighting purposes (for all verbatim blocks), or disable syntax
++highlighting and just make it a preformatted paragraph.  There is a
+ way to do this in POD (see L</"POD commands specifically for reStructuredText">),
+ but there should also be an option in the constructor.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8c3bc98
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+hilight-spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpod-pom-view-restructured-perl.git



More information about the Pkg-perl-cvs-commits mailing list