Hi,
A small fix for something not essential:
--------
--- asciidoc.orig 2011-10-26 14:57:21.000000000 +0200
+++ /usr/bin/asciidoc 2011-10-26 14:57:56.536365428 +0200
@@ -1606,7 +1606,7 @@
self.attributes['manpurpose'] =
mo.group('manpurpose').strip()
names = [s.strip() for s in
self.attributes['manname'].split(',')]
if len(names) > 9:
- message.warning('to many manpage names')
+ message.warning('too many manpage names')
for i,name in enumerate(names):
self.attributes['manname%d' % (i+1)] = name
if has_header:
@@ -6040,7 +6040,7 @@
"""
config.init(cmd)
if len(args) > 1:
- usage('To many arguments')
+ usage('Too many arguments')
sys.exit(1)
backend = None
doctype = None
-------
--
-- dag wieers, [email protected], http://dag.wieers.com/
-- dagit linux solutions, [email protected], http://dagit.net/
[Any errors in spelling, tact or fact are transmission errors]
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.