From 47cc2c57f27ccfa1f574358fb690a9fe6124fedb Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 18 Aug 2015 08:55:39 -0400 Subject: [PATCH] Fixed typo. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 4bd01c2d5db..275e45fd444 100644 --- a/build.xml +++ b/build.xml @@ -169,7 +169,7 @@ <exec command="VUFIND_HOME=${srcdir} VUFIND_LOCAL_DIR=${srcdir}/local JETTY_PID=${srcdir}/local/vufindtest.pid JETTY_CONSOLE=/dev/null ${srcdir}/vufind.sh restart" outputProperty="LASTOUTPUT" /> <echo message="${LASTOUTPUT}" /> - <!-- wait for Solor to finish spinning up --> + <!-- wait for Solr to finish spinning up --> <echo message="Waiting for Solr to start up..." /> <exec command="sleep 30" /> -- GitLab