texlive[43615] Master/texmf-dist/scripts/xindy/xindy.pl: typo

commits+kakuto at tug.org commits+kakuto at tug.org
Mon Mar 27 08:10:32 CEST 2017


Revision: 43615
          http://tug.org/svn/texlive?view=revision&revision=43615
Author:   kakuto
Date:     2017-03-27 08:10:31 +0200 (Mon, 27 Mar 2017)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/xindy/xindy.pl

Modified: trunk/Master/texmf-dist/scripts/xindy/xindy.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/xindy/xindy.pl	2017-03-27 06:05:29 UTC (rev 43614)
+++ trunk/Master/texmf-dist/scripts/xindy/xindy.pl	2017-03-27 06:10:31 UTC (rev 43615)
@@ -805,7 +805,7 @@
 	foreach my $module ( @modules ) {
 	    if (($module =~ /\//) || ($module =~ /\\/)) {
     # If $module contains directory separators, the module must be a system
-    # module, So we don't call kpsewhich.
+    # module. So we don't call kpsewhich.
 		print $sf "(require \"$module\")\n";
 	    } else {
     # Here we call kpsewhich to search for a module. Thus modules can be under



More information about the tex-live-commits mailing list