Hi Dag

Thanks for spotting the errors, I've committed your patch to the trunk:
http://code.google.com/p/asciidoc/source/detail?r=3f3db156bd503ce1ebc3ae3e5ee90176691fb70b


Cheers, Stuart

On 27/10/11 02:01, Dag Wieers wrote:
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
-------


--
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.

Reply via email to