updating printed message - "can not" to "cannot"

This commit is contained in:
stellamit 2011-07-15 19:08:05 +00:00
parent cae38b8d0c
commit f34cd025ba

View file

@ -38,7 +38,7 @@ public class SimpleReasonerRecomputeController extends FreemarkerHttpServlet {
if (!(simpleReasoner instanceof SimpleReasoner)) {
messageStr = "No SimpleReasoner has been set up.";
} else if ( ((SimpleReasoner)simpleReasoner).isABoxReasoningAsynchronous() ) {
messageStr = "SimpleReasoner is currently in asynchronous mode so a recompute can not be started. Please try again later.";
messageStr = "SimpleReasoner is currently in asynchronous mode so a recompute cannot be started. Please try again later.";
} else {
String signal = (String) vreq.getParameter("signal");