Update of /cvsroot/webmacro/webmacro/src/org/webmacro/directive
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30039/src/org/webmacro/directive
Modified Files:
IncludeDirective.java
Log Message:
Typo
Index: IncludeDirective.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/directive/IncludeDirective.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** IncludeDirective.java 19 Mar 2008 12:52:14 -0000 1.26
--- IncludeDirective.java 18 Feb 2010 22:50:12 -0000 1.27
***************
*** 523,527 ****
catch (Exception e)
{
! throw makePropertyException("Unexpected ectpion while getting template");
}
}
--- 523,527 ----
catch (Exception e)
{
! throw makePropertyException("Unexpected exception while getting template");
}
}
|