Author: ebourg Date: Fri Apr 7 09:07:31 2017 New Revision: 1790529 URL: http://svn.apache.org/viewvc?rev=1790529&view=rev Log: Replaced 'canceled' with 'cancelled' for consistency
Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/InterpreterBase.java Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/InterpreterBase.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/InterpreterBase.java?rev=1790529&r1=1790528&r2=1790529&view=diff ============================================================================== --- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/InterpreterBase.java (original) +++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/InterpreterBase.java Fri Apr 7 09:07:31 2017 @@ -289,8 +289,8 @@ public abstract class InterpreterBase ex } /** - * Checks whether this interpreter execution was canceled due to thread interruption. - * @return true if canceled, false otherwise + * Checks whether this interpreter execution was cancelled due to thread interruption. + * @return true if cancelled, false otherwise */ protected synchronized boolean isCancelled() { if (!cancelled) {