X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=python%2Fbook_texinfo.py;h=226ec8eb6f787b0bf8569d0dc51e6f2b99f51e92;hb=625ee665b4b0ca9f584735a160d6b3ae6b3d163c;hp=c5ed56471778e54e98973f979cbcfff5b95b8932;hpb=39f50579ff91fdca06acd52a9392ab2874f4723b;p=lilypond.git diff --git a/python/book_texinfo.py b/python/book_texinfo.py index c5ed564717..226ec8eb6f 100644 --- a/python/book_texinfo.py +++ b/python/book_texinfo.py @@ -201,7 +201,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);