]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/book_texinfo.py
Doc-es: various updates.
[lilypond.git] / python / book_texinfo.py
index c5ed56471778e54e98973f979cbcfff5b95b8932..1055615d67e413373510c133de43dd2c5aae9f43 100644 (file)
@@ -170,6 +170,8 @@ TEXINFO_INSPECTION_DOCUMENT = r'''
 
 @message{Global: textwidth=@the@hsize,exampleindent=@the@lispnarrowing}
 
+dummy
+
 @bye
 '''
 
@@ -201,7 +203,7 @@ def get_texinfo_width_indent (source, global_options):
     tmp_handle.close ()
 
     # Work around a texi2pdf bug: if LANG=C is not given, a broken regexp is
-    # used to detect relative/absolute pathes, so the absolute path is not
+    # used to detect relative/absolute paths, so the absolute path is not
     # detected as such and this command fails:
     progress (_ ("Running texi2pdf on file %s to detect default page settings.\n") % tmpfile);