You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by or...@apache.org on 2004/04/26 19:37:47 UTC

cvs commit: jakarta-bsf/src/org/apache/bsf/util BSFEngineImpl.java

orlikowski    2004/04/26 10:37:47

  Modified:    src/org/apache/bsf/util BSFEngineImpl.java
  Log:
  Quick spelling fix.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-bsf/src/org/apache/bsf/util/BSFEngineImpl.java
  
  Index: BSFEngineImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/BSFEngineImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BSFEngineImpl.java	10 Jul 2003 05:33:37 -0000	1.3
  +++ BSFEngineImpl.java	26 Apr 2004 17:37:47 -0000	1.4
  @@ -80,7 +80,7 @@
       protected ClassLoader classLoader;
   
       /**
  -     * Default impl of apply - calls eval ignorning parameters and returns
  +     * Default impl of apply - calls eval ignoring parameters and returns
        * the result.
        */
       public Object apply(String source, int lineNo, int columnNo, 
  @@ -90,7 +90,7 @@
       }
   
       /**
  -     * Default impl of compileApply - calls compileExpr ignorning parameters.
  +     * Default impl of compileApply - calls compileExpr ignoring parameters.
        */
       public void compileApply(String source, int lineNo, int columnNo,
                                Object funcBody, Vector paramNames, 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org