From 632405c1a95dc4532e763eb9f17461f04dfda3ad Mon Sep 17 00:00:00 2001 From: Stefan Weil <sw@weilnetz.de> Date: Thu, 4 Dec 2014 22:00:40 +0100 Subject: [PATCH] Fixed typo in comment. --- harvest/batch-import-xsl.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harvest/batch-import-xsl.bat b/harvest/batch-import-xsl.bat index e2e7d13f4c6..b17eed3560f 100644 --- a/harvest/batch-import-xsl.bat +++ b/harvest/batch-import-xsl.bat @@ -84,7 +84,7 @@ cd %VUFIND_HOME%\import for %%a in (%BASEPATH%\*.xml) do ( echo Processing %%a... php import-xsl.php %%a %2 - rem Unfortunately, PHP doesn't seem to set apropriate errorlevels, so error + rem Unfortunately, PHP doesn't seem to set appropriate errorlevels, so error rem detection doesn't work under Windows like it does under Linux... however, rem this code is retained in case PHP's behavior improves in the future! if errorlevel 0 ( -- GitLab