]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/book_texinfo.py
Spelling fixes in comments and documentation
[lilypond.git] / python / book_texinfo.py
index c5ed56471778e54e98973f979cbcfff5b95b8932..226ec8eb6f787b0bf8569d0dc51e6f2b99f51e92 100644 (file)
@@ -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);