1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Fix spelling error in manpage
Author: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Forwarded: yes
Last-Update: 2013-12-08
--- a/scripts/hypertoc
+++ b/scripts/hypertoc
@@ -383,7 +383,7 @@
--toc_end H2=/H2
# Assumes document has a DD for each DT, otherwise ToC
- # will get entries with alot of text.
+ # will get entries with a lot of text.
--toc_entry DT=3
--toc_end DT=DD
--toc_before DT=<em>
@@ -911,4 +911,4 @@
}
}
-# vim: sw=4 sts=4 ai
\ No newline at end of file
+# vim: sw=4 sts=4 ai
|